Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <title>Send Text to Sense HAT</title>
- </head>
- <body>
- <h1>Send Text to Sense HAT</h1>
- <form action="/send" method="POST">
- <input type="text" name="text">
- <button type="submit">Send</button>
- </form>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement