-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (31 loc) · 927 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
<!DOCTYPE html>
<html lang="en-US" style="font:9ex sans-serif" id="dank">
<meta charset="utf-8">
<title>nymph creator</title>
<meta name=viewport content="width=device-width">
<meta name=color-scheme content="dark light">
<meta name=theme-color content="mediumspringgreen">
<meta name=description content="nymph metamorphosis">
<link rel="stylesheet" href="nymph.css">
<link rel="license" href="UNLICENSE.txt">
<link rel="icon" href="charm.svg">
<style>
:enabled { font-size: 1em }
:focus { outline: thick groove }
input {
border-width: thick;
border-style: groove;
}
</style>
<body style="padding:1em;margin:auto">
<fieldset style="margin:auto;padding:0">
<legend style="font:inherit">nymph</legend>
<input value="sample" name="sample" aria-label="wonder">
<br><br><output name="nymph">hi</output>
</fieldset>
<ul hidden>
<li>capri
<li>twist
<li>canal
</ul>
<script src="duende.js"></script>