Add sharex support, add favicon
This commit is contained in:
parent
9db1b687f0
commit
32e6e8ea58
12 changed files with 84 additions and 7 deletions
|
@ -7,7 +7,11 @@
|
|||
<link rel="stylesheet" href="/css/base.css">
|
||||
<link rel="stylesheet" href="/css/index.css">
|
||||
<link rel="stylesheet" href="/css/home.css">
|
||||
</head>
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||
<link rel="manifest" href="/site.webmanifest">
|
||||
</head>
|
||||
<body>
|
||||
<section class="todohome">
|
||||
<header>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue