summaryrefslogtreecommitdiff
path: root/index.html
blob: 9d33b671dc6ebfcc6b94b54d7eb818e33f25d322 (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
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
    <head>
        <title>pwyazha</title>
        <link rel="icon" type="image/gif" href="images/maxwell.gif">
        <link rel="stylesheet" type="text/css" href="style.css">
        <meta charset="utf-8">
    </head>
    <body>
        <div class="flex-container">
            <div>
                <main>
                    <header>
                        <h1><i>Welcome</i></h1>
                    </header>

                    <p>to my little corner fo the internet
                    where I share my thoughts on video games, art and music.
                    I love programming, and all of the projects I've written
                    can be found
                    <a href="https://git.pwyazha.ru/">on my git page</a></p>

                    <p>There's not much going on there, at least for now.</p>

                    <img src="images/maxwell.gif"/>

                    <footer>
                        <p><i>nya~</i></p>
                    </footer>
                </main>
            </div>
            <div>
                <ul>
                    <li><h3><a href="links.html">links</a></h3></li>
                </ul>
            </div>
        </div>
    </body>
</html>