mirror of
https://github.com/the-spellman/js-plus-plus-toxicity-demo
synced 2024-12-23 09:32:33 -06:00
Update index.html
This commit is contained in:
parent
46b153a0dc
commit
7cf3b05dc0
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<script src="https://cdn.jsdelivr.net/gh/Sneed-Group/js-plus-plus@main/jspp.js"></script>
|
||||
<script>
|
||||
const helpers = new JSPlusPlus.Generic.Helpers
|
||||
const helpers = new JSPlusPlus.General.Helpers
|
||||
const html = new JSPlusPlus.HTMLFrontend
|
||||
html.initHead("Toxicity Check")
|
||||
html.initBody()
|
||||
|
|
Loading…
Reference in a new issue