Skip to content

Commit

Permalink
Update and rename index.html to index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
freep0int authored Aug 23, 2023
1 parent 7c4de93 commit b20e5ad
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.html

This file was deleted.

10 changes: 10 additions & 0 deletions index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php

if ($_SERVER['REQUEST_METHOD'] == 'HEAD') {
header("Content-Type: image/png");
exit;
}

header("Location: https://agreeable-icy-gouda.glitch.me/poc.svg");

?>

0 comments on commit b20e5ad

Please sign in to comment.