forked from haxtheweb/haxcms-php
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdev.html
More file actions
46 lines (46 loc) · 2.5 KB
/
dev.html
File metadata and controls
46 lines (46 loc) · 2.5 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>HAXCMS site list</title>
<base href="/" />
<link rel="preconnect" crossorigin href="https://fonts.googleapis.com">
<link rel="preconnect" crossorigin href="https://cdnjs.cloudflare.com">
<link rel="preconnect" crossorigin href="https://i.creativecommons.org">
<link rel="preconnect" crossorigin href="https://licensebuttons.net">
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1,user-scalable=yes">
<meta name="generator" content="HAXCMS">
<meta name="description" content="My HAXCMS site listing">
<link rel="icon" href="assets/favicon.ico">
<meta name="theme-color" content="#3f51b5">
<meta name="mobile-web-app-capable" content="yes">
<meta name="application-name" content="My site">
<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="My App">
<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">
<meta name="msapplication-TileImage" content="assets/icon-144x144.png">
<meta name="msapplication-TileColor" content="#3f51b5">
<meta name="msapplication-tap-highlight" content="no">
<link rel="manifest" href="manifest.json">
<link rel="prefetch" href="site.json">
<script type="text/javascript" defer>
let link = document.createElement('link');
link.rel = 'stylesheet';
link.href = 'node_modules/@lrnwebcomponents/haxcms-elements/lib/base.css';
link.type = 'text/css';
let def = document.getElementsByTagName('link')[0];
def.parentNode.insertBefore(link, def);
</script>
<script async src="node_modules/web-animations-js/web-animations-next-lite.min.js"></script>
<script src="node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
<script type="module" src="dist/build-home.js"></script>
</head>
<body>
<haxcms-site-listing create-params='{"token":"0Q3VHQU0aBv6Ak-cONONcWGDEGmVnezuB7Ly0A3Zcsg"}' base-path="/" data-source="_sites/sites.json?PimminOeLwcwVdbErAzynqeCUJhlWJxa5X5PtoIxY0I"></haxcms-site-listing> <noscript>Please enable JavaScript to view this website.</noscript>
</body>
</html>