aboutsummaryrefslogtreecommitdiff
path: root/views/blog.ejs
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@gmail.com>2019-11-24 09:00:34 -0500
committerAndrew Lee <alee14498@gmail.com>2019-11-24 09:00:34 -0500
commit4a86c4d98691c1e1469d25a47944444475551567 (patch)
treec2b0a56aaf69fddb3d40611018b59f0645a3ac62 /views/blog.ejs
downloadProject-NewTube-4a86c4d98691c1e1469d25a47944444475551567.tar.gz
Project-NewTube-4a86c4d98691c1e1469d25a47944444475551567.tar.bz2
Project-NewTube-4a86c4d98691c1e1469d25a47944444475551567.zip
Inital commit
Diffstat (limited to 'views/blog.ejs')
-rw-r--r--views/blog.ejs22
1 files changed, 22 insertions, 0 deletions
diff --git a/views/blog.ejs b/views/blog.ejs
new file mode 100644
index 0000000..872c006
--- /dev/null
+++ b/views/blog.ejs
@@ -0,0 +1,22 @@
+<!DOCTYPE html>
+<!-- Alee Productions Website: Made by Alee and licensed with GPL-3.0 -->
+<html>
+
+<head>
+ <% include ./includes/header %>
+</head>
+
+<body class="dark">
+ <% include ./includes/navbar %>
+ <div class="animsition">
+ <div class="jumbotron special-color">
+ <h2 class="display-4">Blog</h2>
+ <p class="lead">Where we post updates on products, this website and etc.</p>
+ </div>
+ <h1 class="text-center mt-5">Notice: We are currently working on this page</h1>
+ <% include ./includes/scripts %>
+ <% include ./includes/footer %>
+ </div>
+</body>
+
+</html> \ No newline at end of file