Compare commits
6 commits
2582e46abd
...
8dce64b71a
Author | SHA1 | Date | |
---|---|---|---|
|
8dce64b71a | ||
|
9e3f84d704 | ||
|
1e6b643467 | ||
|
8f1c441d1a | ||
|
756bb74db1 | ||
|
db87c826d5 |
8 changed files with 25 additions and 53 deletions
11
about.html
11
about.html
|
@ -1,12 +1,11 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<link rel="icon" type="image/png" href="/assets/favicons/favicon-96x96.png" sizes="96x96" />
|
||||
<link rel="icon" type="image/svg+xml" href="/assets/favicons/favicon.svg" />
|
||||
<link rel="shortcut icon" href="/assets/favicons/favicon.ico" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicons/apple-touch-icon.png" />
|
||||
<link rel="icon" type="image/png" href="assets/favicons/favicon-96x96.png" sizes="96x96" />
|
||||
<link rel="icon" type="image/svg+xml" href="assets/favicons/favicon.svg" />
|
||||
<link rel="shortcut icon" href="assets/favicons/favicon.ico" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicons/apple-touch-icon.png" />
|
||||
<meta name="apple-mobile-web-app-title" content="strongsand" />
|
||||
<link rel="manifest" href="/assets/favicons/site.webmanifest" />
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>fursona | strongsand's domain</title>
|
||||
|
@ -16,10 +15,10 @@
|
|||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap" rel="stylesheet">
|
||||
<link href="https://booping.synth.download/@strongsand" rel="me">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<a rel="me" href="https://booping.synth.download/@strongsand"></a>
|
||||
<div class="navbar"><nav>
|
||||
<a href="index.html">home</a>
|
||||
<b>about</b>
|
||||
|
|
|
@ -1,21 +0,0 @@
|
|||
{
|
||||
"name": "strongsand's domain",
|
||||
"short_name": "strongsand",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/assets/favicons/web-app-manifest-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
},
|
||||
{
|
||||
"src": "/assets/favicons/web-app-manifest-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
}
|
||||
],
|
||||
"theme_color": "#000000",
|
||||
"background_color": "#000000",
|
||||
"display": "standalone"
|
||||
}
|
Binary file not shown.
Before Width: | Height: | Size: 62 KiB |
Binary file not shown.
Before Width: | Height: | Size: 336 KiB |
11
index.html
11
index.html
|
@ -1,18 +1,18 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<link rel="icon" type="image/png" href="/assets/favicons/favicon-96x96.png" sizes="96x96" />
|
||||
<link rel="icon" type="image/svg+xml" href="/assets/favicons/favicon.svg" />
|
||||
<link rel="shortcut icon" href="/assets/favicons/favicon.ico" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicons/apple-touch-icon.png" />
|
||||
<link rel="icon" type="image/png" href="assets/favicons/favicon-96x96.png" sizes="96x96" />
|
||||
<link rel="icon" type="image/svg+xml" href="assets/favicons/favicon.svg" />
|
||||
<link rel="shortcut icon" href="assets/favicons/favicon.ico" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicons/apple-touch-icon.png" />
|
||||
<meta name="apple-mobile-web-app-title" content="strongsand" />
|
||||
<link rel="manifest" href="/assets/favicons/site.webmanifest" />
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="Cache-control" content="public">
|
||||
<title>strongsand's domain</title>
|
||||
<link rel="preload" href="stylesheet.css" as="style" />
|
||||
<link rel="stylesheet" href="stylesheet.css" />
|
||||
<link href="https://booping.synth.download/@strongsand" rel="me">
|
||||
|
||||
<!-- Figure out a way to fetch this font asynchronously -->
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
|
@ -20,7 +20,6 @@
|
|||
<link href="https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<a rel="me" href="https://booping.synth.download/@strongsand"></a>
|
||||
<div class="navbar"><nav>
|
||||
<b>home</b>
|
||||
<a href="about.html">about</a>
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<link rel="icon" type="image/png" href="/assets/favicons/favicon-96x96.png" sizes="96x96" />
|
||||
<link rel="icon" type="image/svg+xml" href="/assets/favicons/favicon.svg" />
|
||||
<link rel="shortcut icon" href="/assets/favicons/favicon.ico" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicons/apple-touch-icon.png" />
|
||||
<link rel="icon" type="image/png" href="assets/favicons/favicon-96x96.png" sizes="96x96" />
|
||||
<link rel="icon" type="image/svg+xml" href="assets/favicons/favicon.svg" />
|
||||
<link rel="shortcut icon" href="assets/favicons/favicon.ico" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicons/apple-touch-icon.png" />
|
||||
<meta name="apple-mobile-web-app-title" content="strongsand" />
|
||||
<link rel="manifest" href="/assets/favicons/site.webmanifest" />
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>interacting | strongsand's domain</title>
|
||||
|
@ -16,10 +15,9 @@
|
|||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap" rel="stylesheet">
|
||||
|
||||
<link href="https://booping.synth.download/@strongsand" rel="me">
|
||||
</head>
|
||||
<body>
|
||||
<a rel="me" href="https://booping.synth.download/@strongsand"></a>
|
||||
<div class="navbar"><nav>
|
||||
<a href="index.html">home</a>
|
||||
<a href="about.html">about</a>
|
||||
|
|
12
links.html
12
links.html
|
@ -1,12 +1,11 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<link rel="icon" type="image/png" href="/assets/favicons/favicon-96x96.png" sizes="96x96" />
|
||||
<link rel="icon" type="image/svg+xml" href="/assets/favicons/favicon.svg" />
|
||||
<link rel="shortcut icon" href="/assets/favicons/favicon.ico" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicons/apple-touch-icon.png" />
|
||||
<link rel="icon" type="image/png" href="assets/favicons/favicon-96x96.png" sizes="96x96" />
|
||||
<link rel="icon" type="image/svg+xml" href="assets/favicons/favicon.svg" />
|
||||
<link rel="shortcut icon" href="assets/favicons/favicon.ico" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicons/apple-touch-icon.png" />
|
||||
<meta name="apple-mobile-web-app-title" content="strongsand" />
|
||||
<link rel="manifest" href="/assets/favicons/site.webmanifest" />
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>links | strongsand's domain</title>
|
||||
|
@ -16,10 +15,9 @@
|
|||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap" rel="stylesheet">
|
||||
|
||||
<link href="https://booping.synth.download/@strongsand" rel="me">
|
||||
</head>
|
||||
<body>
|
||||
<a rel="me" href="https://booping.synth.download/@strongsand"></a>
|
||||
<div class="navbar"><nav>
|
||||
<a href="index.html">home</a>
|
||||
<a href="about.html">about</a>
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<link rel="icon" type="image/png" href="/assets/favicons/favicon-96x96.png" sizes="96x96" />
|
||||
<link rel="icon" type="image/svg+xml" href="/assets/favicons/favicon.svg" />
|
||||
<link rel="shortcut icon" href="/assets/favicons/favicon.ico" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicons/apple-touch-icon.png" />
|
||||
<link rel="icon" type="image/png" href="assets/favicons/favicon-96x96.png" sizes="96x96" />
|
||||
<link rel="icon" type="image/svg+xml" href="assets/favicons/favicon.svg" />
|
||||
<link rel="shortcut icon" href="assets/favicons/favicon.ico" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicons/apple-touch-icon.png" />
|
||||
<meta name="apple-mobile-web-app-title" content="strongsand" />
|
||||
<link rel="manifest" href="/assets/favicons/site.webmanifest" />
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>404 Not Found | strongsand's domain</title>
|
||||
|
@ -16,9 +15,9 @@
|
|||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap" rel="stylesheet">
|
||||
<link href="https://booping.synth.download/@strongsand" rel="me">
|
||||
</head>
|
||||
<body>
|
||||
<a rel="me" href="https://booping.synth.download/@strongsand"></a>
|
||||
<div class="navbar"><nav>
|
||||
<a href="index.html">home</a>
|
||||
<a href="about.html">about</a>
|
||||
|
|
Loading…
Reference in a new issue