UNPKG

generator-foo

Version:

Foo project scaffold generator based on generator-jam3

47 lines (46 loc) 1.8 kB
<!doctype html> <html> <head> <title></title> <meta charset="utf-8"> <meta name="description" content=""> <style> html, body { margin: 0; padding: 0; width: 100%; height: 100%; background-image: url(./static/img/unsupported/unsupported.jpg); -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-position: 50% 50%; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } .message { position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); text-align: center; font-size: 24px; font-weight: bold; line-height: 1.5; color: #ffffff; } </style> <link rel="apple-touch-icon" sizes="180x180" href="static/img/favicons/apple-touch-icon.png"> <link rel="icon" type="image/png" href="static/img/favicons/favicon-32x32.png" sizes="32x32"> <link rel="icon" type="image/png" href="static/img/favicons/favicon-16x16.png" sizes="16x16"> <link rel="manifest" href="static/img/favicons/manifest.json"> <link rel="mask-icon" href="static/img/favicons/safari-pinned-tab.svg" color="#5bbad5"> <link rel="shortcut icon" href="static/img/favicons/favicon.ico"> <meta name="msapplication-TileColor" content="#da532c"> <meta name="msapplication-TileImage" content="static/img/favicons/mstile-144x144.png"> <meta name="msapplication-config" content="static/img/favicons/browserconfig.xml"> <meta name="theme-color" content="#ffffff"></head> <body> <div class="message">Your browser is not supported.<br>Please update it or choose a different browser.</div> </body> </html>