-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (24 loc) · 1.04 KB
/
Copy pathindex.html
File metadata and controls
29 lines (24 loc) · 1.04 KB
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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Crowdsouce Editor - For Collaborative Spreadsheet Updates</title>
<link rel="icon" type="image/x-icon" href="../../localsite/img/logo/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<script type="text/javascript" src="../localsite/js/d3.v5.min.js"></script>
<script type="text/javascript" src="../localsite/js/showdown.min.js"></script>
<script type="text/javascript" src="../localsite/js/jquery/jquery-1.12.4.min.js"></script>
<script type="text/javascript" src="../localsite/js/localsite.js"></script>
<script type="text/javascript" src="../localsite/js/navigation.js"></script>
<link rel="stylesheet" href="../localsite/css/base.css" />
</head>
<body style="font-family: Lato, sans-serif;">
<div class="content contentpadding" style="padding-top:50px;">
<div id="readmeDiv"></div>
</div>
<script>
loadMarkdown("README.md", "readmeDiv", "_parent");
</script>
</body>
</html>