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

20 lines
708 B
HTML
Raw Normal View History

2017-10-09 22:01:02 -04:00
<!DOCTYPE html>
<html lang="en">
<head>
2017-10-14 15:16:58 -04:00
<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>
2017-10-09 22:01:02 -04:00
</head>
2017-10-14 15:16:58 -04:00
<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>
2017-10-09 22:01:02 -04:00
</body>
</html>