Spaces:
Running
Running
Create index.html
Browse files- index.html +13 -0
index.html
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
<!DOCTYPE html>
|
3 |
+
<html>
|
4 |
+
<head>
|
5 |
+
<title>ArXiv Papers Visualization</title>
|
6 |
+
<link rel="stylesheet" href="css/styles.css">
|
7 |
+
<script src="https://cdn.plot.ly/plotly-latest.min.js"></script>
|
8 |
+
</head>
|
9 |
+
<body>
|
10 |
+
<div id="plot"></div>
|
11 |
+
<script src="js/visualization.js"></script>
|
12 |
+
</body>
|
13 |
+
</html>
|