aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-02-21 20:54:42 -0500
committertdro <tdro@users.noreply.github.com>2019-02-21 21:13:55 -0500
commitebce5944b418e6bef744e0047076dbe262cf3815 (patch)
tree4b23508a9a1d8e74ef92a3622baaf49569b8a40a /views
parenta9fefd298df66d8e1408bf1512813895454bcbbe (diff)
downloadedwinmattiacci.com-ebce5944b418e6bef744e0047076dbe262cf3815.tar.gz
edwinmattiacci.com-ebce5944b418e6bef744e0047076dbe262cf3815.tar.bz2
edwinmattiacci.com-ebce5944b418e6bef744e0047076dbe262cf3815.zip
views/construction: Remove construction view
Diffstat (limited to 'views')
-rw-r--r--views/construction.view.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/views/construction.view.php b/views/construction.view.php
deleted file mode 100644
index 48223af..0000000
--- a/views/construction.view.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php require __DIR__ . '/partials/header.php'; ?>
-
-<main>
- <div class="intro">
-
- <h1>¯\_(ツ)_/¯</h1>
- <h2>Under construction...</h2>
-
- </div>
-</main>
-
-<?php require __DIR__ . '/partials/footer.php'; ?>