🎨 styled no JS error

This commit is contained in:
undergroundwires
2020-01-06 18:05:14 +01:00
parent d38f6cd6a8
commit c359f1d89c

View File

@@ -9,11 +9,23 @@
</head> </head>
<body> <body>
<noscript> <noscript>
<strong> <style>
The page does not work without JavaScript enabled. #javascriptDisabled {
Please enable it to continue. background:#eceef1;
There's no shady stuff as 100% of the website is open source. margin: 5rem auto;
</strong> max-width: 800px;
font-size: 7px;
padding: 3rem;
border: 1px solid#333a45;
font-size: 1.5rem;
line-height: 150%;
font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace;
}
</style>
<div id="javascriptDisabled">
<h1>Problem loading page</h1>
<p>The page does not work without JavaScript enabled. Please enable it to use privacy.sexy. There's no shady stuff as 100% of the website is open source.</p>
</div>
</noscript> </noscript>
<div id="app"></div> <div id="app"></div>
<!-- built files will be auto injected --> <!-- built files will be auto injected -->