Added projects, updated names

This commit is contained in:
2021-04-09 02:15:18 -05:00
parent 1180e3171f
commit 1f23cb73d1
101 changed files with 513 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
<!doctype html>
<head>
<link rel="stylesheet" href="settings/css.css" type="text/css">
<style>
</style>
</head>
<body>
<div id=bg><img src="settings/background.jpg"/></div>
<p><font size="6" color="#FFF">Hello World!</font></p>
<form action="cgi-bin/quit.cgi">
<input type="submit" value="Quit" ></input>
</form>
</body>
</html>