2022-03-14 17:54:16 +03:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
2022-03-25 16:54:49 +03:00
|
|
|
|
<meta name="viewport" content="width=device-width">
|
|
|
|
|
<title>tea > 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">
|
2022-03-14 17:54:16 +03:00
|
|
|
|
<style>
|
|
|
|
|
body, html {
|
|
|
|
|
background-color: var(--light-grey);
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="masthead">
|
|
|
|
|
<a href="/"><img src="/logo%2Bwordmark.png" class="logo"></a>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="content content1">
|
|
|
|
|
<div class="twocol">
|
|
|
|
|
<div style="position: relative">
|
|
|
|
|
<img src="/404.png" alt="broken teacup" style="position: absolute; top: -2.5rem; right: 0; height: 115%; max-height: 45rem">
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<h1><span class="alt">Oops<br />Something</span><br />Broke.</h1>
|
|
|
|
|
<p>
|
|
|
|
|
We couldn’t find the page you’re looking for.
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|