Browse Source

html update

master
filesite 2 days ago
parent
commit
a7e45c163f
  1. 2
      package.json
  2. 4
      public/index.html

2
package.json

@ -20,6 +20,6 @@
"start": "node index.mjs", "start": "node index.mjs",
"test": "node test/heroUnion.test.mjs", "test": "node test/heroUnion.test.mjs",
"i18n_init": "node test/i18n.test.mjs init", "i18n_init": "node test/i18n.test.mjs init",
"i18n_build": "node test/i18n.test.mjs build" "i18n_build": "node test/i18n.test.mjs build && cp public/en-us/index.html public/index.html"
} }
} }

4
public/index.html

@ -164,10 +164,10 @@
</li> </li>
</ul> </ul>
<h3 class="mt-1">HeroUnion download</h3> <h3 class="mt-2">HeroUnion download</h3>
<p><a href="https://github.com/filesite-io/herounion" target="_blank">https://github.com/filesite-io/herounion</a></p> <p><a href="https://github.com/filesite-io/herounion" target="_blank">https://github.com/filesite-io/herounion</a></p>
<h3 class="mt-1">HeroBot download</h3> <h3 class="mt-2">HeroBot download</h3>
<p><a href="https://github.com/filesite-io/machete_hero" target="_blank">https://github.com/filesite-io/machete_hero</a></p> <p><a href="https://github.com/filesite-io/machete_hero" target="_blank">https://github.com/filesite-io/machete_hero</a></p>

Loading…
Cancel
Save