feat: Add favicon

pull/235/head
ludovicobesana 2021-10-31 15:56:18 +01:00
parent 72a42965d3
commit a561076053
2 changed files with 2 additions and 1 deletions

BIN
images/favicon.png 100644

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

View File

@ -8,6 +8,7 @@
<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>
@ -23,4 +24,4 @@
<script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>
</body>
</html>
</html>