generated from webmural/800
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (29 loc) · 1.03 KB
/
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
<!DOCTYPE html>
<html lang="en-US">
<meta charset="utf-8">
<title>You, the Creator</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="black">
<meta name="color-scheme" content="dark light">
<meta name="description" content="contenteditable demo sampling flower boy and igor colors">
<link rel="stylesheet" href="wander.css" media="(prefers-color-scheme:light)">
<link rel="stylesheet" href="wonder.css" media="(prefers-color-scheme:dark)">
<link rel="stylesheet" href="wall.css" media="all">
<link rel="help" href="https://webmural.dev/wall">
<link rel="help" href="https://webmural.com/templates">
<link rel="icon" href="icon.svg">
<body class="free">
<main>
<figure>
<figcaption>
<a href="https://webmural.com" class="bold">content</a>
<a href="https://webmural.dev" class="wavy">editable</a>
</figcaption>
<h1>
<mark contenteditable>Tyler</mark>,
<mark contenteditable>the Creator</mark>
</h1>
<p contenteditable>
</p>
</figure>
</main>