19 lines
377 B
HTML
Executable File
19 lines
377 B
HTML
Executable File
<!DOCTYPE html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
</head>
|
|
<div id="main">
|
|
<h1>Hey!</h1>
|
|
<p>Welcome to my personal website! I hope you have a good time.
|
|
Feel free to click the links above for more content!
|
|
Also, see below for links to my other stuff.</p>
|
|
</div>
|
|
|
|
<script src="lastupdated.js">
|
|
</script>
|
|
<script src="html.js">
|
|
</script>
|
|
<script src="template.js">
|
|
</script>
|
|
|