0
0
mirror of https://github.com/rkd77/elinks.git synced 2025-06-30 22:19:29 -04:00
elinks/test/js/document_write3.html

11 lines
128 B
HTML
Raw Normal View History

<html>
<head>
<meta charset="utf-8"/>
</head>
<body>
<p>1</p>
<script>document.write(Date());</script>
<p>2</p>
</body>
</html>