1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-20 00:15:31 +00:00
elinks/test/ecmascript/history_js.html
2021-10-21 17:17:26 +02:00

12 lines
108 B
HTML

<html>
<title>JavaScript History tests</title>
<body>
<script>
history.go(-2);
</script>
</body>
</html>