This commit is contained in:
Boof 2023-01-02 13:34:13 +01:00 committed by GitHub
parent 3b8134eff2
commit d107147deb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 17 additions and 26 deletions

File diff suppressed because one or more lines are too long

View File

@ -12,6 +12,7 @@
<h1><p><a style="font-size:2vw" href="/Games/Flash/">Flash games</a></p></h1>
<title>Bad website</title>
<div class="donationcompact">
<a href="/Games/Terraria 1.0/">Terraria</a>
<a href="/Games/Tic Tac Toe/">Tic Tac Toe</a><br>
<a href="/Games/Pacman/">Pacman</a><br>
<a href="/Games/Tetris/">Tetris</a><br>

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,15 @@
<form>
<label for="urlinput">Url:</label><br>
<input type="text" id="urlinput" name="urlinput"><br>
<label for="reqtype">Request type:</label><br>
<input type="text" id="reqtype" name="reqtype">
</form>
<h1>Response</h1>
<br>
<p id="response">No response</p>
<script>
document.getElementById("response").innerHTML = "Bonjour";
</script>

View File

@ -0,0 +1 @@
document.getElementById("response").innerHTML = "Bonjour";