-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (34 loc) · 976 Bytes
/
index.html
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
33
34
<!DOCTYPE html>
<html>
<head>
<title>WISQARS Non-Fatal Injury Reports</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<link href="/non-fatal/public/index.min.css" rel="stylesheet" />
<script
type="text/javascript"
src="/non-fatal/client/services/d3.v3.js"
charset="utf-8"
></script>
<script
type="text/javascript"
src="/non-fatal/client/services/d3plus.min.js"
charset="utf-8"
></script>
<script
type="text/javascript"
src="/non-fatal/client/services/d3-legend.min.js"
charset="utf-8"
></script>
<script
type="text/javascript"
src="/non-fatal/public/bundle.min.js"
charset="utf-8"
></script>
<!-- Includes all JS and HBS files -->
</head>
<body>
<!-- APPLICATION COMPONENT -->
<main class="application-container"></main>
</body>
</html>