-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (24 loc) · 869 Bytes
/
index.html
File metadata and controls
27 lines (24 loc) · 869 Bytes
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>
<meta charset="utf-8">
<title>Homo sapiens (UCSC hg38)</title>
<link rel="stylesheet" type="text/css" href="css/jquery-ui-1.10.3.custom.min.css" />
</head>
<body>
<h1><i>Homo sapiens</i></h1>
<div id="viewer">Loading genome browser...</div>
<table width="100%"><tr><td align="right">
<hr/>
© 2018 <a href="https://github.com/DBKERO/genome_browser" target="_blank">KERO-browse</a>
</td></tr></table>
<script src="js/jquery-2.1.4.min.js"></script>
<script src="js/jquery-ui-1.10.3.custom.min.js"></script>
<script src="js/bigbed.js"></script>
<script src="js/bam.js"></script>
<script src="js/kero_browse.js"></script>
<script src="js/kero_browse_track.js"></script>
<script src="js/kero_browse_track_custom.js"></script>
<script src="js/edit_me.js"></script>
</body>
</html>