-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (29 loc) · 1.05 KB
/
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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta name="viewport" content="width=500px">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="style2.css">
<meta charset="utf-8" />
<title>エアイズ王国:カードバトル</title>
</head>
<body>
<div class="bodycenter">
<h1 style="font-size:150%"> <br>エアイズ王国:カードバトル</h1>
<div><image style="width:100%" src="img/titile_web.png"></div>
<div class="maincontent">
<p><br></p>
<p> ⇒<a href="play.html">起動&プレイ</a></p>
<p><br></p>
<p> ・<a href="etc.html">OP動画、リンク</a></p>
<h2>お知らせ</h2>
<div> ・2023/12/15:無料フリーゲームです。<br>
現在はアルファ版となっています。</div>
<hr>
<div> Copyright (c) 2023 syuribox, Aipictors<br>
by github <a href="https://github.com/syuribox/airiscard">repo.</a><br>
<br><br> </div>
</div>
</div>
</body>
</html>