-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
61 lines (41 loc) · 1.91 KB
/
index.php
File metadata and controls
61 lines (41 loc) · 1.91 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
56
57
58
<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">Welcome!</h2>
</header>
<section id="bracket">
<div class="index">
<h2 class="text-muted">How this site works</h2><br>
<p>This site is mainly used to gain information about the NCAA tournaments of the past. <br> We're hoping that this will help you with building your bracket in the future!
<br> Click a year below to view that tournament's bracket.</p><br>
<p><a href = '2015.php' class = 'button'>2015</a>
<!-- <p><br></p> -->
<a href = '2016.php' class = 'button'>2016</a>
<!-- <p><br></p> -->
<a href = '2017.php' class = 'button'>2017</a>
<!-- <p><br></p> -->
<a href = '2018.php' class = 'button'>2018</a>
<!-- <p><br></p> -->
<a href = '2019.php' class = 'button'>2019</a>
<!-- <p><br></p> -->
<a href = 'LoginPage.php' class = 'button'>Admin Login</a></p>
<p><br></p>
</div>
</section>
<section class="share">
<div class="share-wrap">
</div>
</section>
</body>