aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
blob: d1c5cbabf5d6bfffecfc1768a3ae1c81968f9c64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!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>
    </body>
</html>