summaryrefslogtreecommitdiff
path: root/views/about/terms.ejs
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-11-15 16:23:17 +0100
committerJules Laplace <julescarbon@gmail.com>2019-11-15 16:23:17 +0100
commit9d8b2c74e57e1dd7aa31211fcbbfb7e7d1f97307 (patch)
tree7710c9912a68f2f9046e7915fe6157072b44dc18 /views/about/terms.ejs
parent9a5814e462b827dbd4a709edebf94fa5a65a26fa (diff)
copy edit
Diffstat (limited to 'views/about/terms.ejs')
-rw-r--r--views/about/terms.ejs27
1 files changed, 27 insertions, 0 deletions
diff --git a/views/about/terms.ejs b/views/about/terms.ejs
new file mode 100644
index 0000000..46a7c69
--- /dev/null
+++ b/views/about/terms.ejs
@@ -0,0 +1,27 @@
+<!doctype html>
+<html>
+<head>
+ <title>Terms</title>
+ [[ include ../partials/meta ]]
+</head>
+<body class="loading">
+ <div class="rapper page">
+ [[ include ../partials/header ]]
+
+ <h1 class="leader">Terms</h1>
+
+ <div class="projectList about aboutintro">
+ <div class="inner">
+ This website is ALPHA software! Use at your own risk. We are not responsible for how VValls is used. Have fun!
+ </div>
+ </div>
+
+ [[ include ../partials/confirm-modal ]]
+ [[ include ../projects/layouts-modal ]]
+ [[ include ../partials/sign-in ]]
+ [[ include ../partials/footer ]]
+
+ </div>
+</body>
+[[ include ../partials/scripts ]]
+</html>