stop indexing on random pages and delete useless files

This commit is contained in:
hippoz 2020-12-12 12:41:44 +02:00
parent 60ddcd80a7
commit 98e58fb8ff
Signed by: hippoz
GPG key ID: 7C52899193467641
3 changed files with 4 additions and 30 deletions

View file

@ -1,18 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Simple XSS minigame</title>
<script>
var name;
if (location.hash === '#hippo') {
name = 'hippo';
}
document.write(`Hello, ${name}! This is a simple XSS minigame. Your goal is to get XSS into this extremely simple page. Good luck!`);
</script>
</head>
<body>
</body>
</html>

4
robots.txt Normal file
View file

@ -0,0 +1,4 @@
User-agent: *
Disallow: /pages/
Disallow: /res/
Disallow: /discordwebhookmanager/

View file

@ -1,12 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>S-A SUNAT!!!!</title>
</head>
<body>
<h1>S-A SUNAT!!!!</h1>
<iframe width="560" height="315" src="https://www.youtube.com/embed/gC_VkZeNywM?start=4&end=9&autoplay=1" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</body>
</html>