Skip to content
Permalink
f44480b6e2
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
executable file 19 lines (17 sloc) 542 Bytes
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Simple MQTT Client</title>
<meta name="description" content="Simple MQTT Client">
<meta name="author" content="Joe Bloggs">
<script src="http://www.hivemq.com/demos/websocket-client/js/mqttws31.js" type="text/javascript"></script>
<script src="module.js" type="text/javascript"></script>
<script src="mqtt.js" type="text/javascript"></script>
</head>
<body>
<h1>Simple MQTT Client</h1>
<div></div>
<input type="text" autofocus />
</body>
</html>