new draft
This commit is contained in:
parent
9ed4e4512d
commit
39e2f23762
5 changed files with 158 additions and 38 deletions
26
wip.html
Normal file
26
wip.html
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="stylesheet" href="index.css" />
|
||||
<!-- <link rel="icon" type="image/webp" href="/public/logo.webp" /> -->
|
||||
<title>Barrett Ruth</title>
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<div
|
||||
style="
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 100vh;
|
||||
font-size: 2.5em;
|
||||
"
|
||||
>
|
||||
<a class="topic" href="/">wip</a>
|
||||
</div>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue