add favicon to presentation tab
This commit is contained in:
parent
3fedcea6b0
commit
00986be23f
@ -16,6 +16,12 @@
|
||||
<link rel="stylesheet" href="../_assets/dist/reveal.css">
|
||||
<link rel="stylesheet" href="../_assets/dist/theme/night.css">
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="./_assets/images/favicon/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="./_assets/images/favicon/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="./_assets/images/favicon/favicon-16x16.png">
|
||||
<link rel="manifest" href="./_assets/images/favicon/site.webmanifest">
|
||||
<link rel="mask-icon" href="./_assets/images/favicon/safari-pinned-tab.svg" color="#5bbad5">
|
||||
|
||||
<!-- Theme used for syntax highlighted code -->
|
||||
<link rel="stylesheet" href="../_assets/../_assets/plugin/highlight/monokai.css">
|
||||
</head>
|
||||
|
Loading…
Reference in New Issue
Block a user