Add www/ folder

This commit is contained in:
2021-05-08 11:49:16 +02:00
parent df3d7f69a5
commit 577622170a
3 changed files with 32 additions and 0 deletions

30
www/index.html Normal file
View File

@ -0,0 +1,30 @@
<!DOCTYPE html>
<html>
<head>
<title>Locutus</title>
<meta charset="UTF-8"/>
<link rel="stylesheet" href="/res/styles/styles.css" type="text/css"/>
<script src="/res/js/locutus.js" type="text/javascript"></script>
<style type="text/css">
html {
height: 100%;
text-family: 'Arial', sans-serif;
}
body {
height: 100%;
margin: 0;
}
noscript {
text-align: center;
}
</style>
</head>
<body>
<noscript>
Your browser either does not support JavaScript or has disabled script execution.<br/>
Locutus needs JavaScript to be enabled.
</noscript>
<main id="locutus">
</main>
</body>
</html>

1
www/res/js/locutus.js Normal file
View File

@ -0,0 +1 @@

View File

@ -0,0 +1 @@