1 | <html>
|
---|
2 | <head>
|
---|
3 | <title>So anyway I started blasting</title>
|
---|
4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
---|
5 | <style type="text/css">
|
---|
6 | :root { color-scheme: light dark; }
|
---|
7 | </style>
|
---|
8 | </head>
|
---|
9 | <body>
|
---|
10 | <h1><img src="./HAIKU square - white on blue.png"/>First off, let us start with a heading.</h1>
|
---|
11 | There once was a boy with a name.<button>Okay.</button><br/><br/>
|
---|
12 | so anyway, Please enter all your personal information<br/>
|
---|
13 | <table><tr><td>
|
---|
14 | <form><br/>Button
|
---|
15 | <input type="button"><br/>Checkbox
|
---|
16 | <input type="checkbox"><br/>Color
|
---|
17 | <input type="color"><br/>Date
|
---|
18 | <input type="date"><br/>DateTime-local
|
---|
19 | <input type="datetime-local"><br/>email
|
---|
20 | <input type="email"><br/>file
|
---|
21 | <input type="file"><br/>hidden
|
---|
22 | <input type="hidden"><br/>image
|
---|
23 | <input type="image" src="windows" width="64" height="32"><br/>month
|
---|
24 | <input type="month"><br/>number
|
---|
25 | <input type="number"><br/>password
|
---|
26 | <input type="password"><br/>radio
|
---|
27 | <input type="radio"><br/>range
|
---|
28 | <input type="range"><br/>reset
|
---|
29 | <input type="reset"><br/>search
|
---|
30 | <input type="search"><br/>tel
|
---|
31 | <input type="tel"><br/>time
|
---|
32 | <input type="time"><br/>url
|
---|
33 | <input type="url"><br/>week
|
---|
34 | <input type="week"><br/>text
|
---|
35 | <input type="text"><br/>submit
|
---|
36 | <input type="submit" value="Submit to count dracula">
|
---|
37 | <form/><td/><td>
|
---|
38 | <form><br/>Button
|
---|
39 | <input disabled type="button"><br/>Checkbox
|
---|
40 | <input disabled type="checkbox"><br/>Color
|
---|
41 | <input disabled type="color"><br/>Date
|
---|
42 | <input disabled type="date"><br/>DateTime-local
|
---|
43 | <input disabled type="datetime-local"><br/>email
|
---|
44 | <input disabled type="email"><br/>file
|
---|
45 | <input disabled type="file"><br/>hidden
|
---|
46 | <input disabled type="hidden"><br/>image
|
---|
47 | <input disabled type="image" src="windows" width="64" height="32"><br/>month
|
---|
48 | <input disabled type="month"><br/>number
|
---|
49 | <input disabled type="number"><br/>password
|
---|
50 | <input disabled type="password"><br/>radio
|
---|
51 | <input disabled type="radio"><br/>range
|
---|
52 | <input disabled type="range"><br/>reset
|
---|
53 | <input disabled type="reset"><br/>search
|
---|
54 | <input disabled type="search"><br/>tel
|
---|
55 | <input disabled type="tel"><br/>time
|
---|
56 | <input disabled type="time"><br/>url
|
---|
57 | <input disabled type="url"><br/>week
|
---|
58 | <input disabled type="week"><br/>text
|
---|
59 | <input disabled type="text"><br/>submit
|
---|
60 | <input disabled type="submit" value="Submit to count dracula">
|
---|
61 | <form/></td></tr></table>
|
---|
62 |
|
---|
63 | <br/><br/>
|
---|
64 | Hold up, wait a minute
|
---|
65 | <br/><br/>
|
---|
66 | something ain't right
|
---|
67 | </body>
|
---|
68 | <footer>
|
---|
69 | <a href="./impressum.html"> So anyway, my contacts </a>
|
---|
70 | </html>
|
---|