1
0
This commit is contained in:
2024-03-19 17:06:00 +09:00
parent 8041214d8b
commit b618941767
7 changed files with 68 additions and 24 deletions

BIN
dist/.DS_Store vendored Normal file

Binary file not shown.

5
dist/css/style.css vendored
View File

@ -1,3 +1,8 @@
div#canvas {
width: 100%;
height: 600px;
}
div#menu {
padding: 20px;
border-bottom:solid 1px #ccc;

BIN
dist/img/0.hdr vendored Normal file

Binary file not shown.

BIN
dist/img/1.hdr vendored Normal file

Binary file not shown.

5
dist/index.html vendored
View File

@ -9,9 +9,10 @@
</head>
<body>
<div id="menu">
<button id='btn-ai'><a href="https://v.syui.ai"><span class="icon-ai"/></a></button>
<button id='btn-ai'><a href="/"><span class="icon-ai"/></a></button>
<button id='btn-moon'><span class="icon-moon"/></button>
<button id='btn-sandar'><span class="icon-sandar"/></button>
</div>
<div id="canvas" style="width:100%;height:640px;"></div>
<div id="canvas"></div>
</body>
</html>