forked from gomagom/music-game
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
39 lines (34 loc) · 1.41 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
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<title>CLOCK NOTES </title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"
integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!--画像を画面いっぱいに表示し、その画像をクリックすることで次の画面へ遷移-->
<div class="photo"><a href="#"><img src=" "></a></div>
<!--設定画面へのボタン-->
<div class="option-btn">
<!--iタグ -> 文字がイタリック体になる-->
<a href='editor.html' class="btn btn-radius-solid ">設定<i class="fas fa-angle-right fa-position-right"></i></a>
<!--<a class="btn" href="#" role="button">設定</a>-->
</div>
<div class="title">
<div class="animetion">
<header>
<h1>CLOCK NOTES</h1>
</header>
<div class="START">
<!--スタートボタンの画像を入れる-->
<img src="">
<!--画像が入るまでこっち-->
<a class="btn btn-" href='game.html' role="button">Push to Start!</a>
</div>
</div>
</div>
</body>
</html>