aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2018-10-11 01:01:10 -0400
committerThedro Neely <thedroneely@gmail.com>2018-10-11 01:01:10 -0400
commit072f7782547401bda6a6b04574d6313912996315 (patch)
tree8621a9ebe97055e85360ed2c1579e8bec4243d7a /views
parent93b0be552c0577a7533661330693b9b897dc9008 (diff)
downloadedwinmattiacci.com-072f7782547401bda6a6b04574d6313912996315.tar.gz
edwinmattiacci.com-072f7782547401bda6a6b04574d6313912996315.tar.bz2
edwinmattiacci.com-072f7782547401bda6a6b04574d6313912996315.zip
bootstrap: views: Webserver will handle error pages through FastCGI. Return relevant HTTP response code only.
Diffstat (limited to 'views')
-rw-r--r--views/404.view.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/views/404.view.php b/views/404.view.php
deleted file mode 100644
index d72d1ec..0000000
--- a/views/404.view.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php require __DIR__ . '/partials/header.php'; ?>
-
- <main>
- <div class="intro">
-
- <h1>¯\_(ツ)_/¯</h1>
- <h2>Page not found...</h2>
-
- </div>
- </main>
-
-<?php require __DIR__ . '/partials/footer.php'; ?>