diff --git a/index.html b/index.html
index e69de29..dd5274d 100644
--- a/index.html
+++ b/index.html
@@ -0,0 +1,7 @@
+
+
Pixel Art Maker
+
+
+
+
+
\ No newline at end of file
diff --git a/index.js b/index.js
new file mode 100644
index 0000000..32f98ec
--- /dev/null
+++ b/index.js
@@ -0,0 +1 @@
+document.body.innerHTML = "Hello world!";
\ No newline at end of file