21 lines
509 B
HTML
21 lines
509 B
HTML
<!DOCTYPE html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Local Doll Repair</title>
|
|
<link rel="preconnect" href="https://fonts.bunny.net" />
|
|
<link
|
|
href="https://fonts.bunny.net/css?family=atkinson-hyperlegible:400,400i,700,700i"
|
|
rel="stylesheet"
|
|
/>
|
|
<style>
|
|
:root {
|
|
font-family: "Atkinson Hyperlegible", sans-serif;
|
|
}
|
|
</style>
|
|
<!-- otherwise, empty. -->
|
|
</head>
|
|
<body>
|
|
<h1>local doll repair</h1>
|
|
<p>▖▘▌▘▘▌▌▌▖▘</p>
|
|
<!-- otherwise, empty. -->
|
|
</body>
|