File size: 799 Bytes
b8499e6 44e14cf b8499e6 44e14cf | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | ---
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
---
<!doctype html>
<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>
|