summaryrefslogtreecommitdiff
path: root/tests/run.html
blob: 281e9e57c8b7dcdd5a8e8615cfb098b1c3551831 (plain)
1
2
3
4
5
6
7
8
9
10
11
<html>
<body>
<form action="run.php" method="POST">

<textarea name="code" cols=50 rows=20>
</textarea><br>
<input type="submit" value="Go!">
</form>

</body>
</html>