iot-webpage

git clone git://archive.git.mtrnord.blog/Nordgedanken/iot-webpage.git
Log | Files | Refs | README | LICENSE

index.html (618B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4     <meta charset="UTF-8">
      5     <title>Title</title>
      6     <link rel="manifest" href="/manifest.json">
      7     <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
      8     <link href="https://fonts.googleapis.com/icon?family=Material+Icons"
      9           rel="stylesheet">
     10     <style type="text/css">
     11         html,body { height: 100%; margin: 0px; padding: 0px; font-family: 'Roboto', sans-serif; }
     12         #content { height: 100%; }
     13     </style>
     14 </head>
     15 <body>
     16     <div id="content"></div>
     17     <noscript>Sorry, Riot requires JavaScript to be enabled.</noscript>
     18 </body>
     19 </html>