Hello world
This commit is contained in:
parent
d04b0fbf90
commit
50a40adc87
@ -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
1
index.js
Normal file
@ -0,0 +1 @@
|
||||
document.body.innerHTML = "Hello world!";
|
Loading…
x
Reference in New Issue
Block a user