test
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Dalm 2022-04-06 23:11:24 +01:00
parent 3f2e33f1ee
commit a7b0ddcee8
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>