This commit is contained in:
Dalm 2022-04-06 23:10:57 +01:00
parent ce8906a629
commit ebed549683
1 changed files with 24 additions and 0 deletions

24
comment test.html Normal file
View File

@ -0,0 +1,24 @@
<!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>