mirror of
https://github.com/gurnec/removeddit.git
synced 2026-03-11 08:54:27 +00:00
8 lines
No EOL
311 B
HTML
8 lines
No EOL
311 B
HTML
<div id="loading-comments" class="loading-comments"></div>
|
|
<script src="https://cdn.rawgit.com/gamefreak/snuownd/533e8dcb/snuownd.js"></script>
|
|
<script>
|
|
const threadID = "{{ .ThreadID }}";
|
|
const token = "{{ .Token }}";
|
|
const subreddit = "{{ .Subreddit }}";
|
|
</script>
|
|
<script src="/static/script.js"></script> |