Mercurial > web
comparison cool.html @ 13:e7ca289b45ec
add icons
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Mon, 31 May 2021 11:21:27 -0400 |
parents | 787fa7e08fbd |
children |
comparison
equal
deleted
inserted
replaced
12:4c1179ecb214 | 13:e7ca289b45ec |
---|---|
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <head> | 2 <head> |
3 <link rel="apple-touch-icon" sizes="180x180" href="icons/apple-touch-icon.png"> | |
4 <link rel="icon" type="image/png" sizes="32x32" href="icons/favicon-32x32.png"> | |
5 <link rel="icon" type="image/png" sizes="16x16" href="icons/favicon-16x16.png"> | |
6 <link rel="manifest" href="icons/site.webmanifest"> | |
7 <link rel="shortcut icon" href="icons/favicon.ico"> | |
8 <meta name="msapplication-TileColor" content="#da532c"> | |
9 <meta name="msapplication-config" content="icons/browserconfig.xml"> | |
10 <meta name="theme-color" content="#ffffff"> | |
11 <title>cool shit</title> | |
3 <style> | 12 <style> |
4 body { | 13 body { |
5 background-image: url("capsule.jpg"); | 14 background-image: url("capsule.jpg"); |
6 } | 15 } |
7 </style> | 16 </style> |