forked from ModelEarth/localsite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (29 loc) · 1.01 KB
/
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
35
36
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html;">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="data:image/x-icon;," type="image/x-icon">
<title>Cloudflare Setup</title>
<link type="text/css" rel="stylesheet" href="../../../../localsite/css/base.css" />
<script type="text/javascript" src="../../../../localsite/js/d3.v5.min.js"></script>
<script type="text/javascript" src="../../../../localsite/js/jquery.min.js"></script>
<script type="text/javascript" src="../../../../localsite/js/localsite.js"></script>
<script type="text/javascript" src="../../../../localsite/js/showdown.min.js"></script>
<script type="text/javascript" src="../../../../localsite/js/navigation.js"></script>
<style>
body {
color:#333;
}
</style>
</head>
<body>
<div class="content contentpadding">
<div id="readmeDiv"></div>
</div>
<script>
loadMarkdown("README.md", "readmeDiv", "_parent");
</script>
</body>
</html>