Files
dandelion/index.html
Robert Anderberg eb15d37527 Initial add
2023-10-21 21:31:49 -07:00

16 lines
406 B
HTML

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