mirror of
https://github.com/ivabus/www
synced 2024-11-22 14:15:06 +03:00
30 lines
769 B
HTML
30 lines
769 B
HTML
|
<!DOCTYPE html>
|
|||
|
<head>
|
|||
|
<meta charset="utf-8">
|
|||
|
<title>tea</title>
|
|||
|
<link href="/index.css" rel="stylesheet" />
|
|||
|
<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>
|