1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-20 01:46:15 -04:00
elinks/test/ecmascript/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>