chore: remove unnecessary lines
This commit is contained in:
parent
6c73325644
commit
afc0b236f2
2 changed files with 0 additions and 3 deletions
|
@ -60,8 +60,6 @@ if (!$_SERVER['DOCUMENT_ROOT']) {
|
|||
|
||||
</div>
|
||||
|
||||
<p style="text-align:center">This page is still in active development</p>
|
||||
<p style="text-align:center"><a href="../" >Main Page</a></p>
|
||||
<?php
|
||||
$dir = new DirectoryIterator($_SERVER['DOCUMENT_ROOT'] . "/assets/js");
|
||||
foreach ($dir as $file) {
|
||||
|
|
|
@ -63,7 +63,6 @@ if (!$_SERVER['DOCUMENT_ROOT']) {
|
|||
<footer>
|
||||
<div class="tmpinfo">This page is still in active development</div>
|
||||
</footer>
|
||||
<!-- <p style="text-align:center"><a href="../">Main Page</a></p> -->
|
||||
<?php
|
||||
$dir = new DirectoryIterator($_SERVER['DOCUMENT_ROOT'] . "/assets/js");
|
||||
foreach ($dir as $file) {
|
||||
|
|
Loading…
Reference in a new issue