-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
19 lines (19 loc) · 915 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.min.css" integrity="sha512-EZLkOqwILORob+p0BXZc+Vm3RgJBOe1Iq/0fiI7r/wJgzOFZMlsqTa29UEl6v6U6gsV4uIpsNZoV32YZqrCRCQ==" crossorigin="anonymous" />
<title>Academic League Tryouts</title>
</head>
<body>
<div class="container">
<h1 class="title">Academic League Tryouts</h1>
<h5>This is a preview of how you will take your Academic League tryouts test.<br>
The experience should be very similar, but the number of questions
and question content will be different.
</h5>
<button style="display: block; margin: auto;" class="button-primary" onclick="window.location.href='./tryouts.html'">Begin</button>
</div>
</body>
</html>