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>
|
||||
<meta charset="utf-8" />
|
||||
<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>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<noscript>
|
||||
<strong
|
||||
>We're sorry but eNeRPe doesn't work properly without
|
||||
JavaScript enabled. Please enable it to continue.</strong
|
||||
>We're sorry but eNeRPe doesn't work properly without JavaScript
|
||||
enabled. Please enable it to continue.</strong
|
||||
>
|
||||
</noscript>
|
||||
|
||||
|
|
Loading…
Reference in a new issue