new branch windows

This commit is contained in:
Hash Borgir
2021-03-22 05:12:11 -06:00
parent b3d62294e6
commit 49003c236a
29 changed files with 807 additions and 0 deletions

5
blenc_myscript.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
print('<style type="text/css">@import url("style.css");</style>');
print("<a href='javascript:history.go(-1)'>Go back</a><br>");
print("Printing a secret string: XuXuXaaa");
?>