Add demo
This commit is contained in:
parent
3473b94998
commit
f153625d1a
3 changed files with 65 additions and 0 deletions
14
demo/index.html
Normal file
14
demo/index.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
<link rel="stylesheet" href="https://unpkg.com/sakura.css/css/sakura-dark.css" type="text/css">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<h3>Make a comment</h3>
|
||||
<form id="commentForm">
|
||||
<label for="author">Name:</label> <input type="text" id="author" name="author" placeholder="Anonymous">
|
||||
<label for="email">Email:</label> <input type="email" id="email" name="email">
|
||||
<label for="text">Comment:</label>
|
||||
<textarea id="text" name="text" required></textarea>
|
||||
<input type="submit">
|
||||
</form>
|
||||
<h3 id="commentsHeader">Comments</h3>
|
||||
<div id="comments"></div>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.29.4/moment.min.js" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
|
||||
<script src="soudan.js"></script>
|
Loading…
Add table
Add a link
Reference in a new issue