Initial add

This commit is contained in:
Robert Anderberg
2023-10-21 21:31:49 -07:00
commit eb15d37527
7 changed files with 351 additions and 0 deletions

15
index.html Normal file
View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Dandelion</title>
<script src="main.js"></script>
</head>
<body>
<div id="status"></div>
<div id="log" style="margin-bottom: 100px"></div>
<textarea cols="40" rows="8" id="textarea_post"></textarea>
<input type="button" value="post" id="button_post" />
<div id="content"></div>
</body>
</html>