Files
Mastering-Node.js-Web-Devel…/Chapter 06/End of Chapter/webapp/static/index.html
T
2024-05-29 18:54:49 +01:00

14 lines
399 B
HTML

<!DOCTYPE html>
<html>
<head>
<script src="client.js"></script>
<link href="css/bootstrap.min.css" rel="stylesheet" />
</head>
<body>
<img src="city.png" style="width: 100%; display: block; margin-bottom: 2px;">
<button id="btn" class="btn btn-primary my-2">Send Request</button>
<div id="msg"></div>
<div id="body"></div>
</body>
</html>