404 styling

This commit is contained in:
mxcl 2022-03-25 09:54:49 -04:00
parent 90cb3a7911
commit f2b29fd071
No known key found for this signature in database
GPG key ID: 741BB84EF5BB9EEC

View file

@ -1,8 +1,14 @@
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title>tea</title>
<link href="/index.css" rel="stylesheet" />
<meta name="viewport" content="width=device-width">
<title>tea &gt; 404</title>
<link rel="apple-touch-icon-precomposed" href="/favicon-180.png">
<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=Montserrat:ital,wght@0,400;0,700;1,400&family=Playfair+Display:wght@900&display=swap" rel="stylesheet">
<link href="/index.css" rel="stylesheet">
<link href="/mobile.css" rel="stylesheet">
<style>
body, html {
background-color: var(--light-grey);