-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (26 loc) · 1.07 KB
/
index.html
File metadata and controls
26 lines (26 loc) · 1.07 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>InvisibleWater's Project Warehouse</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<nav>
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li><a href="projects.html">Projects</a></li>
</ul>
</nav>
<div class="container">
<p id="top">Greetings! This site was made to showcase and advertise projects that I, Matthew Miller, have made, which includes games, demos, tutorials, and other miscellaneous coding projects.</p>
<p>None of the projects featured here were created using generative AI. I have very high standards, and AI-generated content invariably fails to meet them.</p>
<p>Unfortunately there isn't much here right now. I'm still trying to figure out what to include here at the moment.</p>
</div>
<footer>
<a href="#top">Top</a>
<p>Copyright © 2023 by Matthew Miller</p>
</footer>
</body>
</html>