1
0

first update

This commit is contained in:
2024-03-18 19:59:59 +09:00
parent 40f6d6b8c4
commit 8041214d8b
19 changed files with 658 additions and 0 deletions

17
dist/index.html vendored Normal file
View File

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<title>ai</title>
<link rel="icon" href="/favicon.ico"/>
<link rel="stylesheet" href="/css/icomoon/css/icomoon.css"/>
<link rel="stylesheet" href="/css/style.css"/>
<script src="main.js"></script>
</head>
<body>
<div id="menu">
<button id='btn-ai'><a href="https://v.syui.ai"><span class="icon-ai"/></a></button>
<button id='btn-moon'><span class="icon-moon"/></button>
</div>
<div id="canvas" style="width:100%;height:640px;"></div>
</body>
</html>