-
Notifications
You must be signed in to change notification settings - Fork 0
/
gamestartscreen.html
34 lines (26 loc) · 948 Bytes
/
gamestartscreen.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="assets/callieindex2.css" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css2?family=Architects+Daughter&display=swap" rel="stylesheet">
<title>Game Start</title>
</head>
<body>
<div id="tudo">
<div class="gametitle">
<p> Getting </p>
<p>Up. </p>
</div>
<a class="sartre"> <img src="https://i.ibb.co/GCBfcnn/px-Art-1.png" alt="px-Art-1" border="0"></a>
<div class="opcoes">
<div class="yes"> <a href="#"> Start </a> </div>
</div>
<div class="cred">
<div class="groupname"><h2 href="cred"> A Group Nine Games Project</h2></div>
</div>
</div>
</body>
</html>