-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (38 loc) · 1.11 KB
/
index.html
File metadata and controls
39 lines (38 loc) · 1.11 KB
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>
<head>
<meta charset="UTF-8" />
<title>Fakemon's Website</title>
<script src="UniversalElements.js">
// Script for automatically filling element data across pages (this is an anti-React household)
</script>
</head>
<body>
<div class="main">
<div class="navbar">
<!--UniversalElements.js takes dumps here, theyre rlly stinky + gross-->
</div>
<img
src="https://uploads.scratch.mit.edu/get_image/user/117698316_99x99.png"
class="pfp"
/>
<h1>Fakemon's Website</h1>
<i>i make stupid stuff on the interwebz from time to time</i>
<br />
<h3>About Me</h3>
<p id="about">
Fakemon | He/Him
<br />
I like coding, art, music, and games!
<br /><br />
Languages: Scratch, HTML, CSS, JS | English, Bad Polish
<br /><br />
All hail Goober!
</p>
<hr class="but" />
<div class="links">
<!--You guessed it, UniversalElements.js dumps stuff here, too!!!!!-->
</div>
</div>
</body>
</html>