Compare commits
No commits in common. "8dce64b71af074c5392c293287efd876bf2c4144" and "2582e46abd14ac6d9f2272b14427c675b6333d80" have entirely different histories.
8dce64b71a
...
2582e46abd
8 changed files with 53 additions and 25 deletions
11
about.html
11
about.html
|
@ -1,11 +1,12 @@
|
|||
<!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>
|
||||
|
@ -15,10 +16,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>
|
||||
|
|
21
assets/favicons/site.webmanifest
Normal file
21
assets/favicons/site.webmanifest
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"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"
|
||||
}
|
BIN
assets/favicons/web-app-manifest-192x192.png
Normal file
BIN
assets/favicons/web-app-manifest-192x192.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 62 KiB |
BIN
assets/favicons/web-app-manifest-512x512.png
Normal file
BIN
assets/favicons/web-app-manifest-512x512.png
Normal file
Binary file not shown.
After 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,6 +20,7 @@
|
|||
<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,11 +1,12 @@
|
|||
<!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>
|
||||
|
@ -15,9 +16,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>
|
||||
<a href="about.html">about</a>
|
||||
|
|
12
links.html
12
links.html
|
@ -1,11 +1,12 @@
|
|||
<!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>
|
||||
|
@ -15,9 +16,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>
|
||||
<a href="about.html">about</a>
|
||||
|
|
|
@ -1,11 +1,12 @@
|
|||
<!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>
|
||||
|
@ -15,9 +16,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