-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (27 loc) · 781 Bytes
/
index.html
File metadata and controls
30 lines (27 loc) · 781 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
28
29
30
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Underlay Explorer</title>
<link rel="icon" type="image/svg" href="compass.svg" />
<link href="style.css" rel="stylesheet" type="text/css" />
<link href="lib/rdf-cytoscape.css" rel="stylesheet" type="text/css" />
<!-- <script defer src="./node_modules/react/umd/react.development.js"></script>
<script
defer
src="./node_modules/react-dom/umd/react-dom.development.js"
></script> -->
<script
defer
src="https://unpkg.com/react@16.13.1/umd/react.production.min.js"
></script>
<script
defer
src="https://unpkg.com/react-dom@16.13.1/umd/react-dom.production.min.js"
></script>
<script defer src="./lib/index.min.js"></script>
</head>
<body>
<main></main>
</body>
</html>