forked from max-mapper/hexbin
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
18 lines (18 loc) · 1004 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
<head>
<link rel="stylesheet" type="text/css" href="assets/theme.css" />
<link rel="stylesheet" type="text/css" https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700|Roboto+Mono&display=fallback">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css" integrity="sha256-+N4/V/SbAFiW1MPBCXnfnP9QSN3+Keu+NlB+0ev/YKQ=" crossorigin="anonymous" />
</head>
<body style="margin: 0px">
<div class="container main-content">
<div id = "epic">
</div>
<div id="grid" style="position: relative; margin-bottom: 20px;">
</div>
</div>
<script src="https://code.jquery.com/jquery-2.2.0.min.js" type="text/javascript"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.2.8/iframeResizer.contentWindow.min.js"></script>
<script src="assets/bundle.js" type="text/javascript"></script>
</body>
</html>