mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[test] document_write2.html copied from w3schools
This commit is contained in:
parent
5389defa76
commit
8154169711
10
test/ecmascript/document_write2.html
Normal file
10
test/ecmascript/document_write2.html
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
document.write("Hello World!");
|
||||||
|
</script>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue
Block a user