18 lines
506 B
HTML
18 lines
506 B
HTML
<!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>
|