V1
This commit is contained in:
19
error.php
Normal file
19
error.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<?php include $_SERVER['DOCUMENT_ROOT']."/snippets/head.php" ?>
|
||||
<body>
|
||||
<?php include $_SERVER['DOCUMENT_ROOT'].'/snippets/header.php' ?>
|
||||
|
||||
<div class="container">
|
||||
<div class="content flex-vertical">
|
||||
<div class="section-one">
|
||||
<h1>Error</h1>
|
||||
<p>Please report the following to Steven</p>
|
||||
<p>{{ .error }}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php include $_SERVER['DOCUMENT_ROOT'].'/snippets/footer.php' ?>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user