This commit is contained in:
2024-10-26 23:24:09 -07:00
commit 7ecbb81725
16 changed files with 226 additions and 0 deletions

11
test.html Normal file
View File

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="css/test.css">
<title>!!TEST AREA!!</title>
</head>
<body>
<section>
<p>this is a test</p>
</section>
</body>