Hello world

solution_bangalore
rachel.koldenhoven 7 years ago committed by Brent Gardner
parent 59d48fc39c
commit 58da59c8a9
  1. 7
      index.html
  2. 1
      index.js

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

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