aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--controllers/construction.php3
-rw-r--r--views/construction.view.php12
2 files changed, 0 insertions, 15 deletions
diff --git a/controllers/construction.php b/controllers/construction.php
deleted file mode 100644
index d0a8604..0000000
--- a/controllers/construction.php
+++ /dev/null
@@ -1,3 +0,0 @@
-<?php
-
-require '../views/construction.view.php';
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'; ?>