-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharchive - Copy.html
27 lines (25 loc) · 1.2 KB
/
archive - Copy.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
27
<!DOCTYPE html>
<html lang="en">
<head>
<title>Cornell Mafia Club</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/slate/bootstrap.min.css">
</head>
<body>
<div class="container">
<h1>Cornell Mafia Club</h1>
<div class="container" name="games">
</div>
<script type="text/javascript" src="/main.js"></script>
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<!-- <script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js"></script>
<script type="text/javascript" src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/list.js/1.5.0/list.min.js"></script>
<script type="text/javascript" src="/index.js"></script>
<script type="text/javascript" src="/collapse.js"></script> -->
</body>
</html>