remove js from console

This commit is contained in:
Tyler Murphy 2023-01-22 20:56:13 -05:00
parent b9983d58fd
commit 99d29e053a

View file

@ -69,13 +69,9 @@ function render() {
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="5">
<link rel="stylesheet" href="css/console.css">
<title>XSSBook - Console</title>
<script>
new Promise(r => setTimeout(r, 5000)).then(() => {
location.reload()
})
</script>
</head>
<body>
${requests.map(r => parseRequest(r)).join('')}