mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2024-11-30 12:36:03 +00:00
5 lines
182 B
PHP
5 lines
182 B
PHP
<?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");
|
|
?>
|