Simplified CSS, removed external contents

This commit is contained in:
DL6ER 2016-12-05 14:39:07 +01:00
parent 0d63cfd6c3
commit 40f18df90f
2 changed files with 13 additions and 92 deletions

View file

@ -68,8 +68,8 @@ if($uri == "/")
<input id="quiet" type="hidden" value="yes">
<button id="btnSearch" class="buttons blocked" type="button" style="visibility: hidden;"></button>
This page is blocked because it is explicitly contained within the following block list(s):
<pre id="output" style="width: 100%; height: 100%;" hidden="true"></pre>
<div class='buttons blocked'><a class='safe' href='javascript:history.back()'>Back to safety</a>
<pre id="output" style="width: 100%; height: 100%;" hidden="true"></pre><br/>
<div class='buttons blocked'><a class='safe' href='javascript:history.back()'>Go back</a>
</main>
<footer>Generated <?php echo date('D g:i A, M d'); ?> by Pi-hole <?php echo $piHoleVersion; ?></footer>
<script src="http://<?php echo $_SERVER['SERVER_ADDR']; ?>/admin/js/other/jquery.min.js"></script>