Skip to content

Commit a1a7a32

Browse files
committed
Add hello world script.
1 parent 4fcdd63 commit a1a7a32

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/hello.html

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<html>
2+
3+
<body>
4+
<script>
5+
alert("Hello from hello.html!");
6+
</script>
7+
</body>
8+
9+
</html>

0 commit comments

Comments
 (0)