mirror of
https://github.com/Xevion/history-of-robotics.git
synced 2025-12-06 09:15:15 -06:00
improve noscript marker
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<meta property="og:image" content="<%= require('../src/assets/spirit.jpg') %>">
|
||||
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
||||
<title>History of Robotics - Spirit & Sojourner</title>
|
||||
<style>
|
||||
@@ -201,13 +202,16 @@
|
||||
border: 0;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
#noscript {
|
||||
text-align: center;
|
||||
color: white;
|
||||
font-family: 'Segoe UI', sans-serif;
|
||||
text-transform: none;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>
|
||||
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript
|
||||
enabled. Please enable it to continue.</strong>
|
||||
</noscript>
|
||||
<div id="app">
|
||||
<div id="loader">
|
||||
<div class="logo">
|
||||
@@ -227,6 +231,12 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<noscript>
|
||||
<p id="noscript">
|
||||
We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript
|
||||
enabled. Please enable it to continue.
|
||||
</p>
|
||||
</noscript>
|
||||
</div>
|
||||
</div>
|
||||
<!-- built files will be auto injected -->
|
||||
|
||||
Reference in New Issue
Block a user