38 lines
1.4 KiB
HTML
38 lines
1.4 KiB
HTML
<!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" />
|
|
<meta name="apple-mobile-web-app-title" content="strongsand" />
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>fursona | strongsand's domain</title>
|
|
<link rel="preload" href="stylesheet.css" as="style" />
|
|
<link rel="stylesheet" href="stylesheet.css" />
|
|
<!-- Figure out a way to fetch this font asynchronously -->
|
|
<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>
|
|
<div class="navbar"><nav>
|
|
<a href="index.html">home</a>
|
|
<b>about</b>
|
|
<a href="links.html">links</a>
|
|
<a href="interacting.html">interacting</a>
|
|
</nav></div>
|
|
|
|
<br><hr>
|
|
|
|
<header><h1>my fursona</h1></header>
|
|
|
|
<main>
|
|
put stuff here later :3
|
|
</main>
|
|
|
|
</body>
|
|
</html>
|