19 lines
521 B
HTML
19 lines
521 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="/"><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"></div>
|
||
|
</body>
|
||
|
</html>
|