Hello world

This commit is contained in:
rachel.koldenhoven 2018-06-10 12:14:59 +05:30
parent d04b0fbf90
commit 50a40adc87
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!";