50 lines
2.2 KiB
HTML
50 lines
2.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en" prefix="og: https://ogp.me/ns#">
|
|
<head>
|
|
<title>Locutus</title>
|
|
<meta charset="UTF-8"/>
|
|
<meta name="description" content="Locutus USIMP web client.
|
|
Distributed, end-to-end encrypted instant messaging."/>
|
|
<meta property="og:title" content="Locutus"/>
|
|
<meta property="og:url" content="https://locutus.necronda.net/"/>
|
|
<meta property="og:type" content="website"/>
|
|
<meta property="og:description" content="Locutus USIMP web client.
|
|
Distributed, end-to-end encrypted instant messaging."/>
|
|
<meta property="og:image" content="https://locutus.necronda.net/res/images/locutus.png"/>
|
|
<meta property="og:image:secure_url" content="https://locutus.necronda.net/res/images/locutus.png"/>
|
|
<meta property="og:image:type" content="image/png"/>
|
|
<meta property="og:image:width" content="256"/>
|
|
<meta property="og:image:height" content="256"/>
|
|
<meta name="theme-color" content="#00D0C0"/>
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
|
<link rel="icon" sizes="64x64" href="/favicon.ico" type="image/x-icon"/>
|
|
<meta http-equiv="Content-Security-Policy" content="
|
|
default-src 'none';
|
|
style-src 'unsafe-inline' 'self';
|
|
script-src 'self';
|
|
img-src * blob: data:;
|
|
connect-src *;
|
|
media-src * blob: data:;"/>
|
|
<link rel="stylesheet" href="/res/styles/styles.css" type="text/css"/>
|
|
<script type="module" src="/res/scripts/usimp.js"></script>
|
|
<script type="module" src="/res/scripts/locutus.js"></script>
|
|
<script type="module" src="/res/scripts/main.js"></script>
|
|
</head>
|
|
<body>
|
|
<div id="wrapper">
|
|
<main style="visibility: hidden;"></main>
|
|
</div>
|
|
<footer>
|
|
<div>Locutus USIMP web client</div>
|
|
<div>Copyright © 2021 Thomas Hilscher, Lorenz Stechauner</div>
|
|
</footer>
|
|
<div id="windows">
|
|
<noscript>
|
|
Your browser either does not support JavaScript or has disabled script execution.<br/>
|
|
Locutus needs JavaScript to be enabled to function correctly.
|
|
</noscript>
|
|
</div>
|
|
</body>
|
|
</html>
|