-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (48 loc) · 2.44 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="preload" href="https://cdn.webcomponents.psu.edu/cdn/build/es6/node_modules/@haxtheweb/haxcms-elements/lib/core/haxcms-site-builder.js"
as="script" crossorigin="anonymous">
<link rel="preconnect" crossorigin href="https://fonts.googleapis.com">
<link rel="preconnect" crossorigin href="https://cdnjs.cloudflare.com">
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1,user-scalable=yes">
<meta name="description" content="HAX authorware that reads and writes files directly on your computer">
<base href="/">
<meta name="generator" content="HAX cloud">
<meta name="theme-color" content="#3f51b5">
<meta name="mobile-web-app-capable" content="yes">
<meta name="robots" content="index, follow">
<meta name="application-name" content="HAX Cloud">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="apple-mobile-web-app-title" content="HAX Cloud">
<meta name="msapplication-TileImage" content="assets/icon-144x144.png">
<meta name="msapplication-TileColor" content="#3f51b5">
<meta name="msapplication-tap-highlight" content="no">
<link rel="icon" href="assets/favicon.ico">
<link rel="apple-touch-icon" href="assets/icon-48x48.png">
<link rel="apple-touch-icon" sizes="72x72" href="assets/icon-72x72.png">
<link rel="apple-touch-icon" sizes="96x96" href="assets/icon-96x96.png">
<link rel="apple-touch-icon" sizes="144x144" href="assets/icon-144x144.png">
<link rel="apple-touch-icon" sizes="192x192" href="assets/icon-192x192.png">
<title>Welcome to HAX cloud</title>
<script>
window.HAXCMSContext="userfs";
window.__appCDN = "https://cdn.webcomponents.psu.edu/cdn/";
</script>
<script src="https://cdn.webcomponents.psu.edu/cdn/build.js"></script>
<script src="https://cdn.webcomponents.psu.edu/cdn/build-haxcms.js"></script>
<link rel="stylesheet" href="https://cdn.webcomponents.psu.edu/cdn/build/es6/node_modules/@haxtheweb/haxcms-elements/lib/base.css" />
<style>
body {
margin: 0;
min-height: 98vh;
}
</style>
</head>
<body vocab="http://schema.org/" prefix="oer:http://oerschema.org cc:http://creativecommons.org/ns dc:http://purl.org/dc/terms/">
<hax-cloud></hax-cloud>
<haxcms-site-builder id="site" style="display:hidden;"></haxcms-site-builder>
</body>
</html>