Skip to content

Commit

Permalink
add favicon content-type
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed Jan 10, 2019
1 parent d55e17b commit 1c32f8c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions website/index.html
@@ -1,9 +1,10 @@
<!doctype html>
<html lang=en>
<meta charset=utf-8>
<title>snootclub — where you am snoot</title>
<meta name=viewport content=width=device-width,initial-scale=1>
<link rel="shortcut icon" href="https://snoot.club/favicon.ico">
<link rel="shortcut icon" href="favicon.ico">
<link rel="shortcut icon" type=image/png href="https://snoot.club/favicon.ico">
<link rel="shortcut icon" type=image/png href="favicon.ico">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<style>
* {
Expand Down

0 comments on commit 1c32f8c

Please sign in to comment.