javascript seperation in preperation for adding new pages

This commit is contained in:
UniverseBow 2026-03-17 13:55:22 -07:00
parent 6ae2a19dcf
commit 086d160b28
3 changed files with 380 additions and 369 deletions

12
www/about.html Normal file
View file

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<header></header>
<main></main>
<footer></footer>
</body>
</html>