mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
updated
This commit is contained in:
parent
3b8134eff2
commit
d107147deb
File diff suppressed because one or more lines are too long
@ -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
15
tools/requestool/index.html
Normal file
15
tools/requestool/index.html
Normal 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>
|
||||
1
tools/requestool/index.js
Normal file
1
tools/requestool/index.js
Normal file
@ -0,0 +1 @@
|
||||
document.getElementById("response").innerHTML = "Bonjour";
|
||||
Loading…
x
Reference in New Issue
Block a user