summaryrefslogtreecommitdiff
path: root/views/reader.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'views/reader.ejs')
-rw-r--r--views/reader.ejs25
1 files changed, 25 insertions, 0 deletions
diff --git a/views/reader.ejs b/views/reader.ejs
new file mode 100644
index 0000000..c389431
--- /dev/null
+++ b/views/reader.ejs
@@ -0,0 +1,25 @@
+<!doctype html>
+<html>
+<head>
+ <title>vvalls</title>
+ [[ include partials/meta ]]
+</head>
+<body class="editing loading">
+
+ <div id="scene"></div>
+
+ <div class="rapper">
+ [[ include partials/header ]]
+
+ <div id="editorView">
+ [[ include controls/reader/about-room ]]
+ </div>
+ </div>
+
+ [[ include partials/confirm-modal ]]
+ [[ include projects/layouts-modal ]]
+ [[ include partials/sign-in ]]
+
+</body>
+[[ include partials/scripts ]]
+</html>