Skip to content
This repository was archived by the owner on Nov 3, 2025. It is now read-only.

Commit 0241478

Browse files
Add AI Chat to the menu
1 parent b8bdbf1 commit 0241478

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

index.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -213,15 +213,16 @@
213213
<button id="btn_intro" title="Click for Intro Video" style="display: none; min-width: 50px;" onclick="show_hide_intro_video();">Intro</button>
214214
<button id="btn_dg" class="dropdown" title="Repositories, Poetry, Games, Converter and three.js based Experiences" style="min-width: 100px; border: 1px solid blue; -webkit-border-radius: 3px; border-radius: 3px;" onclick="show_hide_dropdown_dg();">General
215215
<div id="dg" class="dropdown-content" style="display: none;">
216-
<a id="dg001" title="Repositories" href="https://github.com/GitHubDragonFly?tab=repositories" target="_blank">Repos</a>
216+
<a id="dg001" title="GitHub Repositories" href="https://github.com/GitHubDragonFly?tab=repositories" target="_blank">Repository</a>
217217
<a id="dg002" title="Cosmic Poetry, product of AI and human collaboration" href="./viewers/templates/Starry AI Night.html" target="_blank">Poetry</a>
218218
<a id="dg003" title="nunuStudio Games and Experiences" href="./viewers/templates/nunuStudio Examples.html" target="_blank">Games</a>
219-
<a id="dg004" title="Number Type Converter 128-bit" href="./viewers/templates/Number Conversion.html" target="_blank">Converter</a>
219+
<a id="dg004" title="Simple AI Response Demo" href="https://huggingface.co/spaces/GitHubDragonFly/AI_Demo" target="_blank">AI_Chat</a>
220+
<a id="dg005" title="Number Type Converter 128-bit" href="./viewers/templates/Number Conversion.html" target="_blank">Converter</a>
220221
<hr class="solid" id="separator" tabindex="-1">
221-
<a id="dg005" title="Celestial Bodies - Astronomically Inaccurate" href="./viewers/templates/Celestial Bodies.html" target="_blank">Celestial</a>
222-
<a id="dg006" title="Simple automatic cube shading example" href="./viewers/templates/Cube Shading.html" target="_blank">Shading</a>
223-
<a id="dg007" title="Texture Viewer" href="./viewers/templates/Texture Viewer.html" target="_blank">TexView</a>
224-
<a id="dg008" title="Image to 3D Mesh Converter" href="./viewers/templates/IMG2MESH.html" target="_blank">IMG2MESH</a>
222+
<a id="dg006" title="Celestial Bodies - Astronomically Inaccurate" href="./viewers/templates/Celestial Bodies.html" target="_blank">Celestial</a>
223+
<a id="dg007" title="Simple automatic cube shading example" href="./viewers/templates/Cube Shading.html" target="_blank">Shading</a>
224+
<a id="dg008" title="Texture/Image Viewer" href="./viewers/templates/Texture Viewer.html" target="_blank">TexView</a>
225+
<a id="dg009" title="Image to 3D Mesh Converter" href="./viewers/templates/IMG2MESH.html" target="_blank">IMG2MESH</a>
225226
</div>
226227
</button>
227228
<button id="btn_mobile" title="Mobile Friendly Simple 3D Viewers" style="min-width: 100px;" onclick="switch_to_mobile();">Mobile 3D</button>

0 commit comments

Comments
 (0)