-
Notifications
You must be signed in to change notification settings - Fork 0
/
mainWindow.html
35 lines (33 loc) · 1.99 KB
/
mainWindow.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<base href="./" />
<title>HAXdesktop</title>
<meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=yes">
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://cdnjs.cloudflare.com" />
<link rel="preconnect" href="https://i.creativecommons.org" />
<link rel="preconnect" href="https://licensebuttons.net" />
<link rel="preload" href="app/unbundled-webcomponents/app/dist/build.js" as="script" />
<link rel="preload" href="app/unbundled-webcomponents/app/dist/wc-registry.json" as="fetch" crossorigin="anonymous" />
<link rel="preload" href="app/unbundled-webcomponents/app/dist/build/es6/node_modules/web-animations-js/web-animations-next-lite.min.js" as="script" />
<link rel="preload" href="app/unbundled-webcomponents/app/dist/build/es6/node_modules/@lrnwebcomponents/wc-autoload/wc-autoload.js" as="script" crossorigin="anonymous" />
<link rel="modulepreload" href="app/unbundled-webcomponents/app/dist/build/es6/node_modules/@lrnwebcomponents/wc-autoload/wc-autoload.js" />
<link rel="preload" href="app/unbundled-webcomponents/app/dist/build/es6/node_modules/@lrnwebcomponents/dynamic-import-registry/dynamic-import-registry.js" as="script" crossorigin="anonymous" />
<link rel="modulepreload" href="app/unbundled-webcomponents/app/dist/build/es6/node_modules/@lrnwebcomponents/dynamic-import-registry/dynamic-import-registry.js" />
<script>window.__appCDN = "app/unbundled-webcomponents/app/dist/";</script>
<script src="app/unbundled-webcomponents/app/dist/build.js"></script>
<style>
body {
margin: 48px;
}
</style>
</head>
<body>
<h-a-x element-align="right">
<h1>Welcome to HAX</h1>
<p>Welcome to HAX</p>
</h-a-x>
</body>
</html>