This commit is contained in:
delta 2022-06-27 21:49:11 +02:00
parent 0bd31368f0
commit 4e63f4607a
8 changed files with 7 additions and 3 deletions

BIN
android-chrome-192x192.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

BIN
android-chrome-512x512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

BIN
apple-touch-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

BIN
favicon-16x16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 414 B

BIN
favicon-32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 919 B

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View file

@ -4,12 +4,16 @@
<head>
<meta charset="utf-8">
<title>Δ delta's little website</title>
<title>delta's little website</title>
<meta name="description" content="welcome to my website">
<meta name="author" content="https://git.karx.xyz/delta">
<link rel="stylesheet" href="https://meyerweb.com/eric/tools/css/reset/reset.css">
<link rel="stylesheet" href="index.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">
</head>
<body>
@ -39,7 +43,6 @@
- my dotfiles
</li>
</ul>
<ul style="margin-top: 4em">
<li class="header">
@ -54,7 +57,7 @@
</li>
</ul>
<footer>
This <a href="https://git.karx.xyz/delta/website">website</a> is licensed under <a href="https://www.gnu.org/licenses/gpl-3.0.en.html">GPLv3</a>
This <a href="https://git.karx.xyz/delta/website">website</a> is licensed under <a href="https://www.gnu.org/licenses/gpl-3.0.en.html">GPLv3</a> and hosted by my friend <a href="https://twoexem.com">twoexem</a>
</footer>
</main>
</body>

1
site.webmanifest Normal file
View file

@ -0,0 +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"}