Add icons

This commit is contained in:
Michael Pivato
2024-03-03 13:01:46 +10:30
parent 10edeed307
commit 8c03b4d31c
12 changed files with 63 additions and 3 deletions

View File

@@ -4,6 +4,13 @@
<title>Michael Pivato</title>
<link rel="stylesheet" href="node_modules/@picocss/pico/css/pico.min.css" />
<link rel="stylesheet" href="site.css" />
<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" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5" />
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="theme-color" content="#ffffff" />
</head>
<body>
<main class="container">
@@ -266,9 +273,7 @@
</p>
</section>
<footer class="container">
<small
>Michael Pivato • 2024</small
>
<small>Michael Pivato • 2024</small>
</footer>
</div>
</main>