Source code

Revision control

Copy as Markdown

Other Tools

<body>
First Page!
<script>
console.log("First Page!");
function goForward() { history.go(1); }
</script>
</body>