This commit is contained in:
root 2024-10-21 11:22:44 +00:00
parent d6c8aeaede
commit 53b20a249f
2 changed files with 8 additions and 0 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
js/dist/*
js/node_modules/*

View file

@ -254,6 +254,9 @@ hermes.ai.unturf.com {
<button onclick="handleUserInput()">Send</button>
</div>
<br/>
<p>Feel free to message us in the box below.</p>
<script>
// LLM Webpage Client
@ -392,6 +395,9 @@ window.handleUserInput = handleUserInput;
</script>
<h2>Questions, Comments, Discussions</h2>
Use the <a href="https://www.remarkbox.com" target="_blank">Remarkbox</a> below to tell us what you think!
<div id="remarkbox-div">
<noscript>
<iframe id=remarkbox-iframe src="https://my.remarkbox.com/embed?nojs=true" style="height:600px;width:100%;border:none!important" tabindex=0></iframe>