-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (21 loc) · 1.05 KB
/
index.html
File metadata and controls
21 lines (21 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<title>Allen Computer Science</title>
<link rel="stylesheet" href="index.css">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<script src="https://cdnjs.cloudflare.com/ajax/libs/handlebars.js/4.0.11/handlebars.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/smoothness/jquery-ui.css">
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
</head>
<body>
<div id="club-box">ALLEN<br>COMPUTER<br>SCIENCE<br>CLUB<br>2018-2019</div>
<a class="link" style="top: 17vh " href="info.html">INFO</a>
<a class="link" style="top: 31vh" href="events.html">EVENTS</a>
<a class="link" style="top: 45vh" href="contact.html">CONTACT</a>
<a class="link" style="top: 59vh" href="signup.html">SIGN-UP</a>
<a class="link" style="top: 73vh" href="games.html">GAMES</a>
<script src="index.js"></script>
</body>
</html>