aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
blob: e6b3904522b4bf9103a74ee6f0e2c1520d3463c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <title>jan.systems!</title>
        <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.5.0/css/bulma.min.css">
    </head>
    <body>
        <section class="section">
            <div class="container">
                <h1 class="title">
                    kakak
                </h1>
                <p class="subtitle">
                    Tervetuloa <strong>kakak post</strong> sivuille!
                </p>
            </div>
        </section>
        <section>
            <div class="container">
                <p>
                  kikkelis kokkelis
                  lorem ipsum dolor sit amet
                </p>
            </div>
        </section>
    </body>
</html>