Create index.html

This commit is contained in:
LeviDing 2020-03-12 11:26:42 +08:00 committed by GitHub
parent 36737518f8
commit 8a13b9b5d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<body>
<script>
alert( "I'm JavaScript!" );
</script>
</body>
</html>