Browse Source

Make them a bit prettier

Erwin Ried 2 years ago
parent
commit
68a9ae3a89
2 changed files with 8 additions and 2 deletions
  1. 4 1
      docs/index.html
  2. 4 1
      docs/webinstaller/index.html

+ 4 - 1
docs/index.html

@@ -2,8 +2,11 @@
 <html>
 <header>
 <title>Flipper Zero Hats</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>
+<body style="margin:2%;padding:1%">
 <h1>Flipper Zero Mayhem</h1>
 <iframe width="560" height="315" src="https://www.youtube.com/embed/KbBgIg76SMw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
 <ul>

+ 4 - 1
docs/webinstaller/index.html

@@ -2,8 +2,11 @@
 <html>
 <header>
 <title>Flipper Zero Mayhem</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>
+<body style="margin:2%;padding:1%">
     <h1>Flipper Zero Mayhem installer</h1>
     <script type="module" src="https://unpkg.com/esp-web-tools@3.4.2/dist/web/install-button.js?module"></script>
 <style>