aboutsummaryrefslogtreecommitdiff
path: root/guestbook.html
blob: 27300d3e91000b1c176f4f24f3524bbfce3709d3 (plain) (blame)
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
<!DOCTYPE html>
<html lang="en">

    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <title>About</title>
        <link href="https://www.favicon.cc/favicon/130/914/favicon.png" rel="icon" type="image/x-icon" />
        <link rel="stylesheet" href="/cs2-simple-website/home/css/main.css">
    </head>

    <body>
        <script src="/cs2-simple-website/about/js/main.js"></script>

        <div class="nav">
            <nav class="bar">
                <a href="/cs2-simple-website/home/">Home</a>
                <a href="#">About</a>
                <a href="https://s1n.pw/">S1N</a>
            </nav>
        </div>
        <p class="important">* Not really working, just a proof of concept.</p>
        <br>
        <br>
        <center>
            <textarea style="resize: none" class="form" name="" id="" cols="30" rows="1" placeholder="Sign your name here!"></textarea>
        </center>
    </body>

</html>