fix
This commit is contained in:
BIN
dist/.DS_Store
vendored
Normal file
BIN
dist/.DS_Store
vendored
Normal file
Binary file not shown.
5
dist/css/style.css
vendored
5
dist/css/style.css
vendored
@ -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
BIN
dist/img/0.hdr
vendored
Normal file
Binary file not shown.
BIN
dist/img/1.hdr
vendored
Normal file
BIN
dist/img/1.hdr
vendored
Normal file
Binary file not shown.
5
dist/index.html
vendored
5
dist/index.html
vendored
@ -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>
|
||||
|
Reference in New Issue
Block a user