| 12345678910111213141516171819 |
- <!DOCTYPE html>
- <html>
- <header>
- <title>Flipper Zero extensions</title>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
- </header>
- <body style="margin:2%;padding:1%">
- <h1>Mayhem for Flipper Zero</h1>
- <iframe width="560" height="315" src="https://www.youtube.com/embed/tZIlnDCOF-E" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
- <ul>
- <li><a href="webinstaller/">Flash the firmware</a> and faps</li>
- <li>Project <a href="http://github.com/eried/flipperzero-mayhem/">repository</a> in Github</li>
- <li><a href="http://github.com/eried/flipperzero-mayhem/wiki">Documentation</a></li>
- </ul>
- </body>
- </html>
|