diff --git a/index.html b/index.html
new file mode 100644
index 0000000000000000000000000000000000000000..5aa3114b729226fd7dba7c33f8b4d767ba116d15
--- /dev/null
+++ b/index.html
@@ -0,0 +1,17 @@
+<html>
+
+<script src="index.js"></script> 
+
+<body>
+    <h1>My First Website</h1>
+    <p>Hello IoT!</p>
+
+    My name is: <input id="myName" type="text" placeholder="name" />
+    <button class="btn btn-success" onclick="greeting()">Submit</button>
+    <br>
+    <span id="greet"> </span>
+    <br>
+    <span id="greet_from_server"></span>
+</body>
+
+</html>
\ No newline at end of file