You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
736 B
15 lines
736 B
2 years ago
|
<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>
|