This commit is contained in:
Khairul Hidayat 2023-05-26 16:22:59 +07:00
parent d3ee837ac9
commit d6768dcf61
8 changed files with 7 additions and 1 deletions

BIN
android-chrome-192x192.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

BIN
android-chrome-512x512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 265 KiB

BIN
apple-touch-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

BIN
favicon-16x16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 925 B

BIN
favicon-32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -2,9 +2,14 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/loli-license/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>License to Have Lolis Generator</title> <title>License to Have Lolis Generator</title>
<!-- Favicon by KuroTofu /クロウトフ (https://www.pixiv.net/en/users/41501260) -->
<link rel="apple-touch-icon" sizes="180x180" href="/loli-license/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/loli-license/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/loli-license/favicon-16x16.png" />
<link rel="manifest" href="/loli-license/site.webmanifest" />
<script type="module" crossorigin src="/loli-license/assets/index-11b2740a.js"></script> <script type="module" crossorigin src="/loli-license/assets/index-11b2740a.js"></script>
</head> </head>
<body> <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"}