Initial add
This commit is contained in:
15
index.html
Normal file
15
index.html
Normal 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>
|
||||
Reference in New Issue
Block a user