forked from Nikhil-Vats/SportsCrypt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteam.html
37 lines (35 loc) · 1.05 KB
/
team.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
<!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/team.css" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lexend+Deca&display=swap" rel="stylesheet">
<title>SportsCrypt</title>
</head>
<body>
<!--Header-->
<!-- <div class="header">
<p>Page Title</p>
</div> -->
<!--Buttons-->
<div class="buttons">
<button>Create a Team</button>
<button>Join a Team</button>
</div>
<!--Info-->
<div class="instructions">
<div class="borderline1"></div>
<div class="borderline2"></div>
<p class="instructions-headline">INSTRUCTIONS</p>
<ul>
<li>This is info text.</li>
<li>This is info text.</li>
<li>This is info text.</li>
<li>This is info text.</li>
<li>This is info text.</li>
</ul>
</div>
</body>
</html>