-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.html
More file actions
31 lines (26 loc) · 842 Bytes
/
Copy pathexample.html
File metadata and controls
31 lines (26 loc) · 842 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<html>
<head>
<link rel="stylesheet" type="text/css" href="example.css" />
</head>
<body>
<div>
Form First
<div class="komment_form" data-komment-id="example-1"></div>
<div class="komment_count" data-komment-id="example-1"></div>
<div class="komment_messages" data-komment-id="example-1">
Enable Javascript to see comments
</div>
</div>
<div>
Messages First
<div class="komment_form" data-komment-id="example-2"></div>
<div class="komment_count" data-komment-id="example-2"></div>
<div class="komment_messages" data-komment-id="example-2">
Enable Javascript to see comments
</div>
</div>
<!-- load and init Komment -->
<script src="/komment/komment.cgi?r=script"></script>
<script>Komment.init()</script>
</body>
</html>