mirror of
https://github.com/Foltik/Shimapan
synced 2024-11-10 23:53:31 -05:00
20 lines
708 B
HTML
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> |