about summary refs log tree commit diff
path: root/www/test.html
blob: 9e37f1e7ee0c63b1016c2a3ea35b2ec5fdc05600 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
    <title> The YES's Page </title>
    <link rel="stylesheet" href="css/styles.css">
</head>
<body>
    <header>
        <div style="float: left; font-size: 20px"> <button onclick="window.location.href='/';"> sh%t go back </button> </div>
        <div style="margin: auto; width: fit-content;"> <b> The Mighty HTML Testing Page </b> </div>
    </header>
    <div id="section-div">
        <section>

        </section>
    </div>
    <footer>
        <p> This is a page for testing various things </p>
    </footer>
</body>
</html>