make view better + add warning color css for previous commit

This commit is contained in:
2023-10-09 09:08:52 -04:00
parent 333a112ff6
commit ef59ac4499
2 changed files with 27 additions and 3 deletions

View File

@ -55,5 +55,13 @@
if ($_GET['p'] == "nsfw" && !$apikey)
printf("<p id='error'>Server doesn't have an apikey, cannot view image.</p>");
?>
<div>
<label>
<input type="checkbox">
<?php
printf("<img src='/proxy.php?i=%s'>\n", $_POST['wall']);
?>
</label>
</div>
</div>
</div>