forked from kuroclef/rhythmgame
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (29 loc) · 1022 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<meta charset=UTF-8>
<meta name=viewport content="width=640">
<meta property=og:url content=https://kuroclef.honifuwa.com/rhythmgame/>
<meta property=og:type content=website>
<meta property=og:title content="Dancing☆Onigiri">
<meta property=og:description content="HTML5-based Rhythm Game.">
<meta property=og:image content=https://kuroclef.honifuwa.com/kuroclef.png>
<title>Dancing☆Onigiri</title>
<link rel=canonical href=https://kuroclef.honifuwa.com/rhythmgame/>
<link rel=stylesheet href=/style.css>
<header id=body-header>
<h1>Dancing☆Onigiri</h1>
<a href=/></a>
</header>
<main>
<header id=main-header>
<a title="要山くろね"><img src=/kuroclef.png alt="" width=200 height=200></a>
<div>
<h2>Dancing☆Onigiri</h2>
<p>HTML5-based Rhythm Game.
</div>
</header>
<ul>
<li><span><a href=babylon>BABYLON</a></span>
<li><span><a href=clover_club>クローバー♣クラブ</a></span>
<li><span><a href=orbital>ORBITAL</a></span>
</ul>
</main>