-
-
Notifications
You must be signed in to change notification settings - Fork 79
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (25 loc) · 846 Bytes
/
index.html
File metadata and controls
32 lines (25 loc) · 846 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
31
32
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Angular Plotly Demo Page</title>
<base href="/" />
<link rel="stylesheet" href="https://dhbhdrzi4tiry.cloudfront.net/cdn/sites/foundation.min.css">
<link rel="shortcut icon" href="https://plot.ly/gh-pages/documentation/static/images/plotly-ico.png?v=2" />
</head>
<body>
<app-root></app-root>
</body>
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="https://dhbhdrzi4tiry.cloudfront.net/cdn/sites/foundation.js"></script>
<script>$(document).foundation();</script>
<style>
app-root,
app-root > div,
plotly-demo,
.off-canvas-wrapper,
.off-canvas-wrapper-inner { height: 100%; }
.position-left.off-canvas { z-index: 0; }
</style>
</html>