mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
12 lines
108 B
HTML
12 lines
108 B
HTML
<html>
|
|
<title>JavaScript History tests</title>
|
|
|
|
<body>
|
|
|
|
<script>
|
|
history.go(-2);
|
|
</script>
|
|
|
|
</body>
|
|
</html>
|