-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAdminPage.php
More file actions
55 lines (38 loc) · 1.82 KB
/
AdminPage.php
File metadata and controls
55 lines (38 loc) · 1.82 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<link rel="stylesheet" href="css/tournament.css">
<?php include "functions.php"; ?>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Holtwood+One+SC' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Kaushan+Script|Herr+Von+Muellerhoff' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Abel' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Istok+Web|Roboto+Condensed:700' rel='stylesheet' type='text/css'>
<title>NCAA Tournament Bracket</title>
</head>
<body>
<header class="hero">
<h2 id="headline">Admin Page</h2>
</header>
<section id="bracket">
<div class="index">
<p><a href = 'Player_Amendments.php' class = 'button'>Player Amendment Form</a><br></p>
<p><br></p>
<p><a href = 'Team_Amendments.php' class = 'button'>Team Amendment Form</a><br></p>
<p><br></p>
<p><a href = 'Game_Amendments.php' class = 'button'>Game Amendment Form</a><br></p>
<p><br></p>
<p><a href = 'Tournament_Amendments.php' class = 'button'>Tournament Amendment Form</a><br></p>
<p><br></p>
<p><a href = 'PlayerStats_Amendments.php' class = 'button'>Player Stat Amendment Form</a><br></p>
<p><br></p>
<p><a href = 'TeamStats_Amendments.php' class = 'button'>Team Stat Amendment Form</a><br></p>
<p><br></p>
</div>
</section>
</body>
<footer>
<div class = "share-wrap share">
</div>
</footer>