generated from webmural/water
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
47 lines (41 loc) · 865 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html lang="en">
<meta charset="utf-8">
<title>bae</title>
<meta name="viewport" content="width=device-width">
<meta name="color-scheme" content="dark light">
<meta name="theme-color" content="#bae">
<meta name="description" content="dear bae mural safer space">
<meta name="creator" content="*">
<link rel="stylesheet" href="bae.css">
<link rel="icon" href="bae.svg">
<link rel href="https://s9a.page/bae">
<link rel href="https://webmural.com">
<!--
welcome2
the bae
-->
<style>
:focus {
text-decoration-style: wavy;
outline-style: groove;
outline-width: thick;
}
:hover {
text-decoration-style: double;
}
:root {
font: max(4vw, 20pt) monospace;
}
.stage {
padding: 1em;
}
</style>
<main class="stage">
<h1>
dear <a href>bae</a>
</h1>
<div contenteditable>
heyyyyyyyyº
</div>
</main>