-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·33 lines (23 loc) · 1.03 KB
/
index.html
File metadata and controls
executable file
·33 lines (23 loc) · 1.03 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
<html>
<head>
<title>NYCSL</title>
<link rel="stylesheet" href="/dist/semantic.min.css">
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.0.0-rc1/jquery.min.js"></script>
<script type="text/javascript" src="/dist/semantic.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/react/15.1.0/react.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/react/15.1.0/react-dom.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/babel-core/5.8.24/browser.js"></script>
</head>
<body id="ST">
<div id="sidebarBox"></div>
<div class="pusher">
<div class="ui container">
<div id="navbarBox"></div><br />
<div className="ui grid" style="margin-top:-30px;" id="jumboBox"></div>
<br /><div id="leaderBoard"></div>
</div>
</div>
<script type="text/babel" src="js/general.js"></script>
<script type="text/babel" src="js/index.js"></script>
</body>
</html>