Skip to content
Snippets Groups Projects
Commit 17c6c04b authored by dl35's avatar dl35
Browse files

Upload New File

parent 7e531baf
No related branches found
No related tags found
No related merge requests found
<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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment