Implemented static folder
This commit is contained in:
10
www/index.html
Normal file
10
www/index.html
Normal file
@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="/styles.css">
|
||||
<script src="/main.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
||||
1
www/main.js
Normal file
1
www/main.js
Normal file
@ -0,0 +1 @@
|
||||
console.debug('Main loaded!');
|
||||
5
www/styles.css
Normal file
5
www/styles.css
Normal file
@ -0,0 +1,5 @@
|
||||
body {
|
||||
/* Anything but light mode, please. */
|
||||
background-color: #000000;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
Reference in New Issue
Block a user