diff --git a/index.html b/index.html
index e69de29..4c60ce8 100644
--- a/index.html
+++ b/index.html
@@ -0,0 +1,12 @@
+
+
+
+
+
+ Document
+
+
+
+ Hello
+
+
diff --git a/js/script.js b/js/script.js
index e69de29..0451c52 100644
--- a/js/script.js
+++ b/js/script.js
@@ -0,0 +1,13 @@
+function get (url) {
+
+ return fetch (url)
+ .then ( (res) => {
+ retun res.json()
+ })
+ .then (data => {
+
+ console.log("ok");
+ })
+}
+
+get ('data/data.json')
diff --git a/todo/todo.txt b/todo/todo.txt
index e69de29..57ac3e7 100644
--- a/todo/todo.txt
+++ b/todo/todo.txt
@@ -0,0 +1 @@
+1. Proxy deb 9001<-tcp->9001