From 17c6c04b6b6f90088564b133ce17b7bff0e25566 Mon Sep 17 00:00:00 2001 From: dl35 <dl35@illinois.edu> Date: Wed, 5 Mar 2025 20:27:44 -0600 Subject: [PATCH] Upload New File --- index.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..5aa3114 --- /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 -- GitLab