@ -1,35 +1,34 @@ |
|||
<!DOCTYPE html> |
|||
<html lang="en"> |
|||
|
|||
<head> |
|||
<head> |
|||
<meta charset="utf-8" /> |
|||
<meta name="viewport" content="width=device-width, initial-scale=1" /> |
|||
<meta name="description" content="Personal website of MKRhere" /> |
|||
<meta name="darkreader-lock"> |
|||
<meta name="darkreader-lock" /> |
|||
|
|||
<!-- generated by realfavicongenerator.net --> |
|||
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png?v=240615" /> |
|||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png?v=240615" /> |
|||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png?v=240615" /> |
|||
<link rel="manifest" href="/favicon/site.webmanifest?v=240615" /> |
|||
<link rel="mask-icon" href="/favicon/safari-pinned-tab.svg?v=240615" color="#ff5555" /> |
|||
<link rel="shortcut icon" href="/favicon/favicon.ico?v=240615" /> |
|||
<meta name="msapplication-TileColor" content="#da532c" /> |
|||
<meta name="msapplication-config" content="/favicon/browserconfig.xml?v=240615" /> |
|||
<meta name="theme-color" content="#ffffff" /> |
|||
|
|||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png"> |
|||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png"> |
|||
<link rel="icon" type="image/png" sizes="192x192" href="/favicon/android-chrome-192x192.png"> |
|||
<link rel="manifest" href="/favicon/site.webmanifest"> |
|||
<meta name="theme-color" content="#ff5555"> |
|||
<link rel="mask-icon" href="/favicon/safari-pinned-tab.svg" color="#5bbad5"> |
|||
<link rel="shortcut icon" href="/favicon/favicon.ico"> |
|||
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png"> |
|||
<meta name="msapplication-config" content="/favicon/browserconfig.xml"> |
|||
<meta name="msapplication-TileColor" content="#ff5555"> |
|||
<title>MKRhere</title> |
|||
</head> |
|||
</head> |
|||
|
|||
<body> |
|||
<body> |
|||
<noscript>You need to enable JavaScript to run this app.</noscript> |
|||
<style> |
|||
/* inline all the CSS to save a couple roundtrips */ |
|||
@import url('./src/index.css'); |
|||
@import url('./public/fonts.css'); |
|||
@import url('./src/util/dynamic-gradient.css'); |
|||
@import url("./src/index.css"); |
|||
@import url("./public/fonts.css"); |
|||
@import url("./src/util/dynamic-gradient.css"); |
|||
</style> |
|||
<div id="root"></div> |
|||
<script type="module" src="/src/index.tsx"></script> |
|||
</body> |
|||
|
|||
</body> |
|||
</html> |
Before Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 912 B After Width: | Height: | Size: 492 B |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 706 B |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
@ -0,0 +1,9 @@ |
|||
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png?v=240615"> |
|||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png?v=240615"> |
|||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png?v=240615"> |
|||
<link rel="manifest" href="/favicon/site.webmanifest?v=240615"> |
|||
<link rel="mask-icon" href="/favicon/safari-pinned-tab.svg?v=240615" color="#ff5555"> |
|||
<link rel="shortcut icon" href="/favicon/favicon.ico?v=240615"> |
|||
<meta name="msapplication-TileColor" content="#da532c"> |
|||
<meta name="msapplication-config" content="/favicon/browserconfig.xml?v=240615"> |
|||
<meta name="theme-color" content="#ffffff"> |
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 3.2 KiB |
@ -1,20 +1,19 @@ |
|||
{ |
|||
"name": "MKRhere", |
|||
"short_name": "MKRhere", |
|||
"start_url": "/", |
|||
"name": "", |
|||
"short_name": "", |
|||
"icons": [ |
|||
{ |
|||
"src": "/favicon/android-chrome-192x192.png", |
|||
"src": "/favicon/android-chrome-192x192.png?v=240615", |
|||
"sizes": "192x192", |
|||
"type": "image/png" |
|||
}, |
|||
{ |
|||
"src": "/favicon/android-chrome-512x512.png", |
|||
"src": "/favicon/android-chrome-512x512.png?v=240615", |
|||
"sizes": "512x512", |
|||
"type": "image/png" |
|||
} |
|||
], |
|||
"display": "standalone", |
|||
"theme_color": "#ff5555", |
|||
"background_color": "#000000" |
|||
"theme_color": "#ffffff", |
|||
"background_color": "#ffffff", |
|||
"display": "standalone" |
|||
} |
|||
|