aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@gmail.com>2019-08-16 22:39:57 -0400
committerAndrew Lee <alee14498@gmail.com>2019-08-16 22:39:57 -0400
commit6f4b7269c5b8ec843645ceab0156ec225553fdb1 (patch)
tree212748eceeaf85da08ab0df20880beaf6fbfd353 /views
parentcf6a69af9b8b0767d7c8c19a7858cdb2c46e8615 (diff)
downloadalp-website-6f4b7269c5b8ec843645ceab0156ec225553fdb1.tar.gz
alp-website-6f4b7269c5b8ec843645ceab0156ec225553fdb1.tar.bz2
alp-website-6f4b7269c5b8ec843645ceab0156ec225553fdb1.zip
Moved the community rules
Diffstat (limited to 'views')
-rw-r--r--views/community/rules.ejs (renamed from views/community-rules.ejs)8
1 files changed, 4 insertions, 4 deletions
diff --git a/views/community-rules.ejs b/views/community/rules.ejs
index 0907b9f..302632a 100644
--- a/views/community-rules.ejs
+++ b/views/community/rules.ejs
@@ -3,7 +3,7 @@
<html>
<head>
- <% include ./includes/header %>
+ <% include ../includes/header %>
<style>
.rules {
font-size: 15pt;
@@ -19,7 +19,7 @@
<body class="dark">
<div id="top"></div>
-<% include ./includes/navbar %>
+<% include ../includes/navbar %>
<div class="animsition">
<h1 class="text-center display-5 mt-3">Alee Productions Community Rules</h1>
<p class="text-center lead">Rules have been set in stone so we make sure that you can have a great time here.</p>
@@ -144,8 +144,8 @@
</div>
<a href="#top" class="green-text">Back to top</a>
</div>
-<% include ./includes/scripts %>
-<% include ./includes/footer %>
+<% include ../includes/scripts %>
+<% include ../includes/footer %>
</div>
</body>