mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
11 lines
285 B
HTML
11 lines
285 B
HTML
<html>
|
|
<body>
|
|
<a href="history.html">history.html</a><br/>
|
|
<script type="text/javascript">
|
|
document.writeln('<a href="ontest.html">Test</a><br/>');
|
|
document.write('<a href="infinite2.html">infinite2.html</a><br/>');
|
|
</script>
|
|
<a href="onload.html">onload.html</a><br/>
|
|
</body>
|
|
</html>
|