1
0
mirror of https://github.com/Foltik/Shimapan synced 2024-09-21 11:11:22 -04:00
shimapan/public/views/index.html
2017-10-14 15:16:58 -04:00

20 lines
708 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link href="/css/index.css" type="text/css" rel="stylesheet"/>
<script src="/js/typegraph.js" defer></script>
<title>「shimapan.rocks」</title>
</head>
<body style="background:#000;margin:0;">
<a href="/login"><img src="/img/flower.png"/></a>
<canvas id="canvas">
きみのブラウザはキャンバスを対応しません。Chromeを ダウンロードしてください。
</canvas>
<video autoplay loop id="video">
<source src="/img/edge.mp4" type="video/mp4"/>
</video>
<script>document.getElementById("video").volume = 0.2;</script>
<div id="buffer"></div>
</body>
</html>