aboutsummaryrefslogtreecommitdiff
path: root/views/blog.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'views/blog.ejs')
-rw-r--r--views/blog.ejs6
1 files changed, 4 insertions, 2 deletions
diff --git a/views/blog.ejs b/views/blog.ejs
index 4572c3e..872c006 100644
--- a/views/blog.ejs
+++ b/views/blog.ejs
@@ -6,15 +6,17 @@
<% include ./includes/header %>
</head>
-<body>
+<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>
- <center><h1>Notice: We are currently working on this page</h1></center>
+ <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