summaryrefslogtreecommitdiff
path: root/views/about/index.ejs
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-11-17 18:14:34 -0500
committerJules Laplace <jules@okfoc.us>2014-11-17 18:14:34 -0500
commitfab10593b014ca9db2472c21c846838f72e5fc45 (patch)
tree96f2194d97eb214d1ee01cd471b1c36de35cc590 /views/about/index.ejs
parent05b73f5e56fd728454faac8e97d57786fdfb3b51 (diff)
parent37466ff2c09432f27a96f7a33dc041175847f6d6 (diff)
merge
Diffstat (limited to 'views/about/index.ejs')
-rw-r--r--views/about/index.ejs20
1 files changed, 20 insertions, 0 deletions
diff --git a/views/about/index.ejs b/views/about/index.ejs
new file mode 100644
index 0000000..2517225
--- /dev/null
+++ b/views/about/index.ejs
@@ -0,0 +1,20 @@
+<!doctype html>
+<html>
+<head>
+ <title>vvalls</title>
+ [[ include ../partials/meta ]]
+</head>
+<body class="loading">
+ <div class="rapper page">
+ [[ include ../partials/header ]]
+
+
+ [[ include ../partials/confirm-modal ]]
+ [[ include ../projects/layouts-modal ]]
+ [[ include ../partials/sign-in ]]
+ [[ include ../partials/footer ]]
+
+ </div>
+</body>
+[[ include ../partials/scripts ]]
+</html>