My personal website. It is free and liberated from social media.

Create, add favicon

+9 -1
android-chrome-192x192.png

This is a binary file and will not be displayed.

android-chrome-512x512.png

This is a binary file and will not be displayed.

apple-touch-icon.png

This is a binary file and will not be displayed.

favicon-16x16.png

This is a binary file and will not be displayed.

favicon-32x32.png

This is a binary file and will not be displayed.

favicon.ico

This is a binary file and will not be displayed.

+8 -1
index.html
··· 1 1 <!doctype html> 2 2 <html lang="en"> 3 3 <head> 4 - <!-- This is a comment --> 4 + <!-- Meta --> 5 5 <meta charset="UTF-8" /> 6 6 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 7 + <!-- CSS link --> 7 8 <link rel="stylesheet" href="style.css" /> 9 + <!-- Favicon links --> 10 + <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" /> 11 + <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" /> 12 + <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" /> 13 + <link rel="manifest" href="/site.webmanifest" /> 14 + <!-- Site title --> 8 15 <title>Personal Website</title> 9 16 </head> 10 17 <body>
+1
site.webmanifest
··· 1 + {"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}