-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (27 loc) · 1.1 KB
/
index.html
File metadata and controls
27 lines (27 loc) · 1.1 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
<!DOCTYPE html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" />
<script crossorigin type="text/javascript" src="https://unpkg.com/react@16/umd/react.development.js"></script>
<script
crossorigin
type="text/javascript"
src="https://unpkg.com/react-dom@16/umd/react-dom.development.js"
></script>
<script crossorigin type="text/javascript" src="https://unpkg.com/pixi.js@5/dist/pixi.js"></script>
<script
crossorigin
type="text/javascript"
src="https://unpkg.com/react-bootstrap@0.32.1/dist/react-bootstrap.js"
></script>
<script crossorigin type="text/javascript" src="https://unpkg.com/higlass@1.12.4/dist/hglib.js"></script>
<script crossorigin type="text/javascript" src="https://unpkg.com/gosling.js@0.9.31/dist/gosling.js"></script>
<title>Cistrome Explorer</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="./src/demo/index.jsx"></script>
</body>
</html>