Hello world

This commit is contained in:
rachel.koldenhoven 2018-06-10 12:14:59 +05:30 committed by Brent Gardner
parent 59d48fc39c
commit 58da59c8a9
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,7 @@
<html>
<title>Pixel Art Maker</title>
<head>
<script defer type="module" src="index.js" />
</head>
<body></body>
</html>

1
index.js Normal file
View File

@ -0,0 +1 @@
document.body.innerHTML = "Hello world!";