Add www/ folder
This commit is contained in:
30
www/index.html
Normal file
30
www/index.html
Normal 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
1
www/res/js/locutus.js
Normal file
@ -0,0 +1 @@
|
||||
|
1
www/res/styles/styles.css
Normal file
1
www/res/styles/styles.css
Normal file
@ -0,0 +1 @@
|
||||
|
Reference in New Issue
Block a user