forked from Devsoc-BPGC/Events-Web-Interface
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (22 loc) · 945 Bytes
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Web Interface:Events</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="stylesheet" type="text/css" href="styles/index.css">
</head>
<body>
<div class="container text-center">
<h1 class="text-left"><a href="sponsors.html">View sponsors</a></h1>
</div>
<!-- <script type="text/javascript" src="scripts/index.js"></script> -->
<div class="container text-center">
<h1 class="text-left"><a href="speakers.html">View speakers</a></h1>
</div>
<script type="text/javascript" src="scripts/index.js"></script>
</body>
</html>