feat: Add favicon and title

pull/339/head
ludovicobesana 4 years ago
parent 95784d7be4
commit c90684f79e

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

@ -3,11 +3,12 @@
<head>
<meta charset="UTF-8">
<title>Document</title>
<title>IoT for Beginners</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<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">
</head>

Loading…
Cancel
Save