Skip to content
Snippets Groups Projects
index.html.m4 370 B
Newer Older
  • Learn to ignore specific revisions
  • <!DOCTYPE html>
    <html>
      <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, user-scalable=no">
        <style>
        undivert(style.css)
        </style>
        <script>
          var bootstrapUrl = "/cgi-bin/nodeinfo";
    
          undivert(app.js)
        </script>
      </head>
      <body>
    
        <noscript>Bitte Javascript aktivieren.</noscript>
    
      </body>
    </html>