2024-02-24 18:25:12 +01:00
|
|
|
<!doctype html>
|
2020-07-06 19:08:34 +02:00
|
|
|
<html lang="en">
|
2024-02-24 18:25:12 +01:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
|
|
<meta
|
|
|
|
name="viewport"
|
|
|
|
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=yes"
|
|
|
|
/>
|
|
|
|
<meta name="format-detection" content="telephone=no" />
|
|
|
|
<meta name="robots" content="noindex, nofollow" />
|
2024-07-05 19:00:19 +02:00
|
|
|
<meta name="referrer" content="no-referrer" />
|
2024-02-24 18:25:12 +01:00
|
|
|
<link rel="icon" href="/favicon.png" />
|
|
|
|
<title>YunoHost Admin</title>
|
|
|
|
</head>
|
2023-11-04 02:43:42 +01:00
|
|
|
|
2024-02-24 18:25:12 +01:00
|
|
|
<body>
|
|
|
|
<noscript>
|
|
|
|
<strong>
|
|
|
|
We're sorry but YunoHost Admin doesn't work properly without JavaScript
|
|
|
|
enabled. Please enable it to continue.
|
|
|
|
</strong>
|
|
|
|
</noscript>
|
|
|
|
<div id="app"></div>
|
2024-05-17 16:39:50 +02:00
|
|
|
<script type="module" src="/src/main.ts"></script>
|
2024-02-24 18:25:12 +01:00
|
|
|
</body>
|
|
|
|
</html>
|