summaryrefslogtreecommitdiff
path: root/index.html
blob: 18ac08e7ad67a548aa12b04ee6699b98439c23b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!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>
        <header>
            <h1>Hello, this is <em>my</em> website.</h1>
            Thanks for stopping by!
        </header>
        <h2>Well...</h2>
        <p>nya~</p>
        <img src="images/maxwell.gif" />
        <footer>
            <a href="https://git.pwyazha.ru">git</a>
        </footer>
        <script src="scripts/helloworld.js"></script>
    </body>
</html>