stop indexing on random pages and delete useless files
This commit is contained in:
parent
60ddcd80a7
commit
98e58fb8ff
3 changed files with 4 additions and 30 deletions
|
@ -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
4
robots.txt
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
User-agent: *
|
||||||
|
Disallow: /pages/
|
||||||
|
Disallow: /res/
|
||||||
|
Disallow: /discordwebhookmanager/
|
|
@ -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>
|
|
Loading…
Reference in a new issue