webcomment/client/basic.html

15 lines
435 B
HTML
Raw Normal View History

2023-01-08 00:26:33 +00:00
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>Webcomment</title>
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/webcomment.js"></script>
2023-01-11 21:56:32 +00:00
<link rel="stylesheet" href="style.css"/>
2023-01-08 00:26:33 +00:00
</head>
<body>
<div id="comments"></div>
<script type="text/javascript">webcomment_topic("comments", "http://127.0.0.1:31720", "test");</script>
</body>
</html>