index.html 851 B

12345678910111213141516171819
  1. <!DOCTYPE html>
  2. <html>
  3. <header>
  4. <title>Flipper Zero extensions</title>
  5. <meta charset="UTF-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
  8. </header>
  9. <body style="margin:2%;padding:1%">
  10. <h1>Mayhem for Flipper Zero</h1>
  11. <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>
  12. <ul>
  13. <li><a href="webinstaller/">Flash the firmware</a> and faps</li>
  14. <li>Project <a href="http://github.com/eried/flipperzero-mayhem/">repository</a> in Github</li>
  15. <li><a href="http://github.com/eried/flipperzero-mayhem/wiki">Documentation</a></li>
  16. </ul>
  17. </body>
  18. </html>