1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-15 23:35:34 +00:00

[test] document_write2.html copied from w3schools

This commit is contained in:
Witold Filipczyk 2021-08-16 21:56:33 +02:00
parent 5389defa76
commit 8154169711

View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<body>
<script>
document.write("Hello World!");
</script>
</body>
</html>