generated from s9a/shinigami
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (40 loc) · 1.21 KB
/
index.html
File metadata and controls
48 lines (40 loc) · 1.21 KB
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
48
<!DOCTYPE html>
<html lang="en">
<meta charset="utf-8">
<title>shinigami mussel templ🎱</title>
<meta name="viewport" content="width=device-width">
<meta name="theme-color" content="seashell">
<meta name="color-scheme" content="dark light">
<meta name="description" content="CSS spirit demo neverland">
<style>
html {
font-size: max(1em + 1ex, 1vh + 1vw);
font-family: sans-serif;
}
</style>
<style media="(prefers-color-scheme:dark)">
html { color: #9a9de0; background-color: #300033 }
:any-link { color: violet; background-color: transparent }
::selection { color: #300033; background: #fab }
</style>
<style media="(prefers-color-scheme:light)">
html { color: #300033; background-color: #9a9de0 }
:any-link { color: #300033; background-color: violet }
::selection { color: #300033; background: #fab }
</style>
<link rel="home" href="https://s9a.page">
<link rel="help" href="https://s9a.org/shinigami">
<link rel="license" href="UNLICENSE.txt">
<article>
<h1>
<i lang="ja">shini<wbr>gami</i>
color de<s>m</s>o
</h1>
<p>
<samp contenteditable>you happened to…</samp>
<a href="../contrast">romeo + juliet?</a>
</p>
<p contenteditable>
🖤🖤🖤
</p>
</article>