6 lines
85 B
HTML
6 lines
85 B
HTML
<body>
|
|
Second Page!
|
|
<script>
|
|
function goBack() { history.go(-1); }
|
|
</script>
|
|
</body>
|