-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (44 loc) · 1.95 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, shrink-to-fit=YES, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<title>View</title>
<style>
html, body {
height: 100vh;
width: 100vw;
margin: 0;
}
</style>
<script src="/node_modules/@web-atoms/module-loader/umd.js"></script>
</head>
<body>
<embed-script/>
<!--
I8, 8 ,8I 88 db
`8b d8b d8' 88 d88b ,d
"8, ,8"8, ,8" 88 d8'`8b 88
Y8 8P Y8 8P ,adPPYba, 88,dPPYba, d8' `8b MM88MMM ,adPPYba, 88,dPYba,,adPYba, ,adPPYba,
`8b d8' `8b d8' a8P_____88 88P' "8a d8YaaaaY8b 88 a8" "8a 88P' "88" "8a I8[ ""
`8a a8' `8a a8' 8PP""""""" 88 d8 d8""""""""8b 88 8b d8 88 88 88 `"Y8ba,
`8a8' `8a8' "8b, ,aa 88b, ,a8" d8' `8b 88, "8a, ,a8" 88 88 88 aa ]8I
`8' `8' `"Ybbd8"' 8Y"Ybbd8"' d8' `8b "Y888 `"YbbdP"' 88 88 88 `"YbbdP"'
https://www.webatoms.in
-->
<div id="webAtomsLoader" style="height: 100%;width: 100%; display: flex; align-items: center; justify-content: center;">
<div style="padding: 10px; border-radius: 10px; background-color: dodgerblue; color: white;">
Loading...
</div>
</div>
<script
data-package="@packageName"
data-min="false"
data-package-root="@root"
data-view="@view"
data-packed="false"
data-map='[["@packageName", ""]]'
src="/node_modules/@web-atoms/web-controls/index.js">
</script>
</body>
</html>