-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
35 lines (31 loc) · 1.46 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<script type="text/javascript" src="./package_44f89837f3c2d99d0c0f81b772fe861833ffbd66/require.js"></script>
<script type="module" src="./package_44f89837f3c2d99d0c0f81b772fe861833ffbd66/uno-bootstrap.js"></script>
<link rel="stylesheet" type="text/css" href="./package_44f89837f3c2d99d0c0f81b772fe861833ffbd66/normalize.css" />
<link rel="stylesheet" type="text/css" href="./package_44f89837f3c2d99d0c0f81b772fe861833ffbd66/uno-bootstrap.css" />
<link rel="stylesheet" type="text/css" href="./package_44f89837f3c2d99d0c0f81b772fe861833ffbd66/Uno.UI.css" />
<link rel="stylesheet" type="text/css" href="./package_44f89837f3c2d99d0c0f81b772fe861833ffbd66/Fonts.css" />
</head>
<body>
<div id="uno-body" class="container-fluid uno-body">
<div class="uno-loader"
loading-position="bottom"
loading-alert="none">
<!-- Logo: change src to customize the logo -->
<img class="logo"
src=""
title="Uno is loading your application" />
<progress></progress>
<span class="alert"></span>
</div>
</div>
<noscript>
<p>This application requires Javascript and WebAssembly to be enabled.</p>
</noscript>
</body>
</html>