First Draft
First Draft of the Example Files
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
<html>
|
||||
<head><title>Hello World</title></head>
|
||||
<body>
|
||||
<script type="text/javascript">
|
||||
document.write("Hello World")
|
||||
</script>
|
||||
<noscript>
|
||||
Your browser doesn't support or has disabled JavaScript
|
||||
</noscript>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user