Update AvWeb and add Licenses

This commit is contained in:
2026-02-09 14:55:41 -06:00
parent 7732952e9c
commit 78bee32535
6 changed files with 65 additions and 3 deletions

11
web/index.html Normal file
View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>Avalon BBS</title>
<link rel="stylesheet" href="style.css">
<script src="script.js" defer></script>
</head>
<body>
<h1>Avalon BBS</h1>
</body>
</html>