-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
20 lines (20 loc) · 898 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="eo">
<head>
<meta charset="utf-8">
<title>AKSO-Administranto</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, shrink-to-fit=no, viewport-fit=cover">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="theme-color" content="#004c3f">
<link rel="manifest" href="/manifest.json">
<link rel="icon" type="image/png" href="/assets/favicon.png">
<base href="/">
</head>
<body>
<noscript>AKSO ne funkcias sen Javascript</noscript>
<script src="src/fe/unsupported.js"></script>
<script type="module" src="src/fe/index.jsx"></script>
</body>
</html>