-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCode.html
More file actions
29 lines (27 loc) · 837 Bytes
/
Code.html
File metadata and controls
29 lines (27 loc) · 837 Bytes
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="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="./css/StartGame.css" >
<script src="js/create_team.js"></script>
</head>
<body>
<div id="rotate-prompt">
<img src="./assets/images/rotate-screen.gif">
Please play the game in landscape mode!
</div>
<div class="background">
<div class="flex" style="margin-bottom: 0;">
<p class="inline">Your Code</p>
<div class="code2" style="margin-left: 7vw;">
<p>1234</p>
</div>
</div>
<a href="#" class="next">
<p>Your Crew</p>
</a>
</div>
</body>
</html>