mirror of
https://github.com/elisspace/pops.git
synced 2026-08-29 15:44:05 +00:00
Added maintenance page
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
<div class="card bg-dark text-white">
|
||||
<img class="card-img" src="200x200.svg" alt="Card image">
|
||||
<div class="card-body">
|
||||
<a href="application.php" class="stretched-link h5">Submit A Ticket</a>
|
||||
<a href="maintenance.php" class="stretched-link h5">Submit A Ticket</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
13
maintenance.php
Normal file
13
maintenance.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
$page = "app";
|
||||
include 'header.php';
|
||||
?>
|
||||
|
||||
<script src="https://static.airtable.com/js/embed/embed_snippet_v1.js"></script><iframe class="airtable-embed airtable-dynamic-height" src="https://airtable.com/embed/shr26oqd6WR6mSa4C?backgroundColor=red" frameborder="0" onmousewheel="" width="100%" height="910.2" style="background: transparent; border: 1px solid #ccc;"></iframe>
|
||||
|
||||
<?php
|
||||
include 'footer.php';
|
||||
?>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user