summaryrefslogtreecommitdiff
path: root/linkshorter/view/templ-output.php
diff options
context:
space:
mode:
Diffstat (limited to 'linkshorter/view/templ-output.php')
-rw-r--r--linkshorter/view/templ-output.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/linkshorter/view/templ-output.php b/linkshorter/view/templ-output.php
new file mode 100644
index 0000000..0ca6d29
--- /dev/null
+++ b/linkshorter/view/templ-output.php
@@ -0,0 +1,12 @@
+<?php
+ $title= $heading;
+ require 'view/templ-head.php';
+?>
+<div class="container text-center pagination-centered">
+ <div class="row">
+ <h1><?php echo $heading; ?></h1>
+ <hr>
+ <h4><?php echo $reason; ?></h4>
+ </div>
+</div>
+ <?php require("../tools/footer.php"); ?>