1
0
This commit is contained in:
2024-04-05 21:00:23 +09:00
parent d759c6ffff
commit 427b643a47
3 changed files with 6 additions and 8 deletions

View File

@ -5,6 +5,8 @@
<div class="navbar-nav-left">
<a class="navbar-brand" href="/story">ストーリー</a>
<a class="navbar-brand" href="/chara">キャラクター</a>
<a class="navbar-brand" href="/manga">マンガ</a>
<a class="navbar-brand" href="/card">カード</a>
</div>
</div>
<div class="navbar-nav-right">

View File

@ -9,6 +9,6 @@
</div>
<div id="aiterm" style="display:none;">
<iframe src="http://localhost:4000" allowfullscreen frameborder="0" style="width:100%;height: 400px;" id="terminal-input"></iframe>
<iframe src="https://term.syui.ai" allowfullscreen frameborder="0" style="width:100%;height: 400px;" id="terminal-input"></iframe>
</div>