18 lines
361 B
HTML
18 lines
361 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<title>Test Document</title>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<div id="sacn_comments"></div>
|
||
|
<script src="http://127.0.0.1:8020/loader.js"></script>
|
||
|
<script>
|
||
|
load_comments("/test")
|
||
|
</script>
|
||
|
</body>
|
||
|
|
||
|
</html>
|