-
Notifications
You must be signed in to change notification settings - Fork 0
/
dashboard.html
40 lines (39 loc) · 1.59 KB
/
dashboard.html
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
40
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>deez</title>
</head>
<body>
<nav>
(pretend this is a logo)
<a href="https://sorenxysm.github.io/how-to-rotate-text-in-mspaint/">home page</a>
</nav>
<main>
<section>
<p><i>good argument!</i> unfortunately, <u>I am living in your walls</u>.</p>
<p>you may be concerned about this. if you are, please read the below:</p>
<h2>FAQ</h2>
<ul>
<li><b><u>Why are you living in my walls?</u></b></li>
<li><b><u>Are you only in my walls?</u></b></li>
<li><b><u>What if I am ok with you living in my walls?</u></b></i>
</ul>
<img src="./assets/em btl.png" alt="and break the law">
</section>
<section>
<h2>random quotes from screenshots</h2>
<ol>
<li><i><u>Brutalism is when there's concrete. The more conk they crete, the more brutalismer it is<u>.</i></li>
<li><i><u>ja ci dam kurwa "bajo jajo" ty pierdolony bambusie w dupe zajebany-- jest do kurwy nędzy weekend, zamknij tą mordę.</u></i></li>
<li><i><u>Um ackshually 🤓☝️ the Y chromosome was a mutation🤓☝️ off the SOX3 gene 🤓☝️ so 🤓☝️God did not make that🤓☝️</u></i></li>
</ol>
</section>
</main>
<footer>
boring links here idk
</footer>
</body>
</html>