fix: add normalize.css
This commit is contained in:
parent
d3806b6052
commit
f583264a4a
1 changed files with 9 additions and 3 deletions
12
index.html
12
index.html
|
@ -3,15 +3,21 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||||
|
<link
|
||||||
|
rel="stylesheet"
|
||||||
|
href="https://necolas.github.io/normalize.css/8.0.1/normalize.css"
|
||||||
|
integrity="sha256-WAgYcAck1C1/zEl5sBl5cfyhxtLgKGdpI3oKyJffVRI="
|
||||||
|
crossorigin="anonymous"
|
||||||
|
/>
|
||||||
|
|
||||||
<title>eNeRPe</title>
|
<title>eNeRPe</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<noscript>
|
<noscript>
|
||||||
<strong
|
<strong
|
||||||
>We're sorry but eNeRPe doesn't work properly without
|
>We're sorry but eNeRPe doesn't work properly without JavaScript
|
||||||
JavaScript enabled. Please enable it to continue.</strong
|
enabled. Please enable it to continue.</strong
|
||||||
>
|
>
|
||||||
</noscript>
|
</noscript>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue