This repository has been archived on 2026-04-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
avalon-bbs/web/index.html
2026-02-09 14:55:41 -06:00

11 lines
235 B
HTML

<!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>