2024-03-18 10:59:59 +00:00
|
|
|
<!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">
|
2024-03-19 08:06:00 +00:00
|
|
|
<button id='btn-ai'><a href="/"><span class="icon-ai"/></a></button>
|
2024-03-18 10:59:59 +00:00
|
|
|
<button id='btn-moon'><span class="icon-moon"/></button>
|
2024-03-19 08:06:00 +00:00
|
|
|
<button id='btn-sandar'><span class="icon-sandar"/></button>
|
2024-03-18 10:59:59 +00:00
|
|
|
</div>
|
2024-03-19 08:06:00 +00:00
|
|
|
<div id="canvas"></div>
|
2024-03-18 10:59:59 +00:00
|
|
|
</body>
|
|
|
|
</html>
|