summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/index.html7
-rw-r--r--assets/style.css4
2 files changed, 10 insertions, 1 deletions
diff --git a/assets/index.html b/assets/index.html
index 7e38f36..10a14e2 100644
--- a/assets/index.html
+++ b/assets/index.html
@@ -1,5 +1,10 @@
<html>
<body>
- <h1>HelloWorld</h1>
+ <div id="sidebar_left">
+ </div>
+ <div id="content">
+ </div>
+ <div id="sidebar_right">
+ </div>
</body>
</html>
diff --git a/assets/style.css b/assets/style.css
new file mode 100644
index 0000000..6ce29f4
--- /dev/null
+++ b/assets/style.css
@@ -0,0 +1,4 @@
+body {
+ background-color: black;
+}
+