-
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.44 KB
/
Copy pathindex.html
File metadata and controls
39 lines (38 loc) · 1.44 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">
I'm Scratch_Fakemon, a jack of all trades who dabbles in programming, music, and (occasionally) art but isn't really good at any of them.
<br><br>
I'm in both OSCs—the operating system and object show communities—and could fill at least two attics with my canceled projects (there are a lot).
<br><br>
I also do some voice acting from time to time, so feel free to ask me to voice a character or something!
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><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>