Update index.html

for private deployment, please see blank.json as a good starting point for unbranded customization text.  My goal is to move towards more of a library for the core code, so I am trying to separate out the UI/text/style more and more. This should make forking of new branches of the code easier in the long run.
This commit is contained in:
Steve Seguin 2020-06-16 05:02:28 -04:00 committed by GitHub
parent aa50333dc9
commit 815c619313

View File

@ -402,10 +402,10 @@
</script>
<!--
// If you wish to change branding, blank offers a good clean start.
// If you wish to change branding, blank.json offers a good clean start.
<script type="text/javascript" id="main-js" src="./main.js" data-translation="blank"></script>
-->
<script type="text/javascript" id="main-js" src="./main.js"></script>
<script type="text/javascript" id="main-js" src="./main.js" data-translation="blank"></script>
<script type="text/javascript" src="./animations.js"></script>
</body>