diff options
Diffstat (limited to 'views/blog.ejs')
| -rw-r--r-- | views/blog.ejs | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/views/blog.ejs b/views/blog.ejs new file mode 100644 index 0000000..ee21e43 --- /dev/null +++ b/views/blog.ejs @@ -0,0 +1,19 @@ +<!DOCTYPE html> +<html> + +<head> + <% include ./includes/header %> +</head> + +<body> + <% include ./includes/navbar %> + <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> + +<% include ./includes/footer %> +</body> + +</html>
\ No newline at end of file |
