| --- | |
| title: Monte Python Insult Robot | |
| emoji: π° | |
| colorFrom: yellow | |
| colorTo: green | |
| sdk: static | |
| pinned: false | |
| short_description: French castle guard insult robot β Monty Python style | |
| tags: | |
| - reachy_mini | |
| - reachy_mini_python_app | |
| --- | |
| <html> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <meta name="viewport" content="width=device-width" /> | |
| <title>Monte Python Insult Robot</title> | |
| <style> | |
| body { font-family: sans-serif; text-align: center; padding: 40px; background: #1a1a2e; color: #eee; } | |
| h1 { font-size: 2em; } | |
| p { font-size: 1.2em; color: #aaa; } | |
| </style> | |
| </head> | |
| <body> | |
| <h1>π° Monte Python Insult Robot</h1> | |
| <p>Your mother was a hamster and your father smelt of elderberries!</p> | |
| <p>This app runs on the robot. No web interface required.</p> | |
| </body> | |
| </html> | |