Skip to content

Instantly share code, notes, and snippets.

@KEVINALBO13
Created September 14, 2018 02:11
Show Gist options
  • Save KEVINALBO13/90c16ce5fdb50ed61ef4a9ac012f0c58 to your computer and use it in GitHub Desktop.
Save KEVINALBO13/90c16ce5fdb50ed61ef4a9ac012f0c58 to your computer and use it in GitHub Desktop.
PRUEBA.HTML
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<script src="https://raw.githubusercontent.com/eclipse/paho.mqtt.javascript/master/src/paho-mqtt.js" type="text/javascript"></script>
<script src="./mqtt.js" type="text/javascript"></script
<title>MQTT Demo</title>
</head>
<body>
<h1>MQTT is awesome!</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment