Add my test project up to this point.

This commit is contained in:
2022-10-06 07:05:46 -05:00
parent 3da6b0a643
commit 7648f2f728
14 changed files with 239 additions and 0 deletions

27
test.html Normal file
View File

@ -0,0 +1,27 @@
<!DOCTYPE html>
<html>
<head>
Header
</head>
<body>
MENU
<h1> Welcome! </h1>
<p> This is a test. It can be ignored. :) </p>
<h6> Copyright $year </h6>
</body>
</html>