|
1 | 1 | <!doctype html>
|
2 | 2 | <html lang="en">
|
3 | 3 | <head>
|
| 4 | + <link rel="apple-touch-icon-precomposed" sizes="57x57" href="favicons/apple-touch-icon-57x57.png" /> |
| 5 | + <link rel="apple-touch-icon-precomposed" sizes="114x114" href="favicons/apple-touch-icon-114x114.png" /> |
| 6 | + <link rel="apple-touch-icon-precomposed" sizes="72x72" href="favicons/apple-touch-icon-72x72.png" /> |
| 7 | + <link rel="apple-touch-icon-precomposed" sizes="144x144" href="favicons/apple-touch-icon-144x144.png" /> |
| 8 | + <link rel="apple-touch-icon-precomposed" sizes="60x60" href="favicons/apple-touch-icon-60x60.png" /> |
| 9 | + <link rel="apple-touch-icon-precomposed" sizes="120x120" href="favicons/apple-touch-icon-120x120.png" /> |
| 10 | + <link rel="apple-touch-icon-precomposed" sizes="76x76" href="favicons/apple-touch-icon-76x76.png" /> |
| 11 | + <link rel="apple-touch-icon-precomposed" sizes="152x152" href="favicons/apple-touch-icon-152x152.png" /> |
| 12 | + <link rel="icon" type="image/png" href="favicons/favicon-196x196.png" sizes="196x196" /> |
| 13 | + <link rel="icon" type="image/png" href="favicons/favicon-96x96.png" sizes="96x96" /> |
| 14 | + <link rel="icon" type="image/png" href="favicons/favicon-32x32.png" sizes="32x32" /> |
| 15 | + <link rel="icon" type="image/png" href="favicons/favicon-16x16.png" sizes="16x16" /> |
| 16 | + <link rel="icon" type="image/png" href="favicons/favicon-128.png" sizes="128x128" /> |
| 17 | + <meta name="application-name" content=" "/> |
| 18 | + <meta name="msapplication-TileColor" content="#FFFFFF" /> |
| 19 | + <meta name="msapplication-TileImage" content="favicons/mstile-144x144.png" /> |
| 20 | + <meta name="msapplication-square70x70logo" content="favicons/mstile-70x70.png" /> |
| 21 | + <meta name="msapplication-square150x150logo" content="favicons/mstile-150x150.png" /> |
| 22 | + <meta name="msapplication-wide310x150logo" content="favicons/mstile-310x150.png" /> |
| 23 | + <meta name="msapplication-square310x310logo" content="favicons/mstile-310x310.png" /> |
4 | 24 | <meta name="description" content="Book-Tok is a TikTok style interface for exploring random Open Library books. It displays a books cover, title and author. It also allows you to find out more about the book." />
|
5 | 25 | <meta charset="UTF-8" />
|
6 | 26 | <meta name="apple-mobile-web-app-title" content="Book-Tok" />
|
|
0 commit comments