Update index.html

img width attribute is omitted. So I added img width attribte.
img height attribute is omitted. So I added img height attribte.
pull/619/head
Roberto Sampedro Guzman 3 years ago committed by GitHub
parent 448df68df6
commit d7429f6207
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,3 +1,6 @@
<!--img width attribute is omitted. So I added img width attribte.-->
<!--img height attribute is omitted. So I added img height attribte.-->
<!DOCTYPE html>
<html lang="en">
@ -8,8 +11,8 @@
<meta name="description" content="Description">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="icon" type="image/png" href="images/favicon.png">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/css/theme-simple.css">
<link rel="icon" type="image/png" width="10" height="5" href="images/favicon.png">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify-themeable-@0/dist/css/themesimple.css">
</head>
<body>

Loading…
Cancel
Save