25 lines
437 B
HTML
25 lines
437 B
HTML
|
<!doctype html>
|
||
|
|
||
|
<head><title>test</title>
|
||
|
<script src="https://comments.dalmationer.art/comments/embed.js"></script></head>
|
||
|
<style>
|
||
|
#commentics{
|
||
|
border: 2px solid black;
|
||
|
}</style>
|
||
|
<body>
|
||
|
|
||
|
bungus
|
||
|
<div id="commentics"></div>
|
||
|
emb
|
||
|
<script>
|
||
|
var commentics_config = {
|
||
|
'identifier': 'test',
|
||
|
'reference' : 'commentics test'
|
||
|
};
|
||
|
</script>
|
||
|
|
||
|
|
||
|
</body>
|
||
|
|
||
|
</html>
|