blob: 968f857cc7ac08667365313de1c9613e2c691c20 [file] [log] [blame]
adamdunkelsca9ddcb2003-03-19 14:13:31 +00001char html_slasha[4] =
2/* "/a\0" */
3{0x2f, 0x61, 00, };
4char html_slashcenter[9] =
5/* "/center\0" */
6{0x2f, 0x63, 0x65, 0x6e, 0x74, 0x65, 0x72, 00, };
7char html_slashform[7] =
8/* "/form\0" */
9{0x2f, 0x66, 0x6f, 0x72, 0x6d, 00, };
10char html_slashh[4] =
11/* "/h\0" */
12{0x2f, 0x68, 00, };
13char html_slashscript[9] =
14/* "/script\0" */
15{0x2f, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 00, };
16char html_slashselect[9] =
17/* "/select\0" */
18{0x2f, 0x73, 0x65, 0x6c, 0x65, 0x63, 0x74, 00, };
19char html_slashstyle[8] =
20/* "/style\0" */
21{0x2f, 0x73, 0x74, 0x79, 0x6c, 0x65, 00, };
22char html_a[3] =
23/* "a\0" */
24{0x61, 00, };
25char html_body[6] =
26/* "body\0" */
27{0x62, 0x6f, 0x64, 0x79, 00, };
28char html_br[4] =
29/* "br\0" */
30{0x62, 0x72, 00, };
31char html_center[8] =
32/* "center\0" */
33{0x63, 0x65, 0x6e, 0x74, 0x65, 0x72, 00, };
34char html_form[6] =
35/* "form\0" */
36{0x66, 0x6f, 0x72, 0x6d, 00, };
37char html_frame[7] =
38/* "frame\0" */
39{0x66, 0x72, 0x61, 0x6d, 0x65, 00, };
40char html_h1[4] =
41/* "h1\0" */
42{0x68, 0x31, 00, };
43char html_h2[4] =
44/* "h2\0" */
45{0x68, 0x32, 00, };
46char html_h3[4] =
47/* "h3\0" */
48{0x68, 0x33, 00, };
49char html_h4[4] =
50/* "h4\0" */
51{0x68, 0x34, 00, };
52char html_img[5] =
53/* "img\0" */
54{0x69, 0x6d, 0x67, 00, };
55char html_input[7] =
56/* "input\0" */
57{0x69, 0x6e, 0x70, 0x75, 0x74, 00, };
58char html_li[4] =
59/* "li\0" */
60{0x6c, 0x69, 00, };
61char html_p[3] =
62/* "p\0" */
63{0x70, 00, };
64char html_script[8] =
65/* "script\0" */
66{0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 00, };
67char html_select[8] =
68/* "select\0" */
69{0x73, 0x65, 0x6c, 0x65, 0x63, 0x74, 00, };
70char html_style[7] =
71/* "style\0" */
72{0x73, 0x74, 0x79, 0x6c, 0x65, 00, };
73char html_tr[4] =
74/* "tr\0" */
75{0x74, 0x72, 00, };
76char html_href[6] =
77/* "href\0" */
78{0x68, 0x72, 0x65, 0x66, 00, };
79char html_alt[5] =
80/* "alt\0" */
81{0x61, 0x6c, 0x74, 00, };
82char html_src[5] =
83/* "src\0" */
84{0x73, 0x72, 0x63, 00, };
85char html_type[6] =
86/* "type\0" */
87{0x74, 0x79, 0x70, 0x65, 00, };
88char html_submit[8] =
89/* "submit\0" */
90{0x73, 0x75, 0x62, 0x6d, 0x69, 0x74, 00, };
91char html_value[7] =
92/* "value\0" */
93{0x76, 0x61, 0x6c, 0x75, 0x65, 00, };
94char html_action[8] =
95/* "action\0" */
96{0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 00, };
97char html_name[6] =
98/* "name\0" */
99{0x6e, 0x61, 0x6d, 0x65, 00, };
100char html_text[6] =
101/* "text\0" */
102{0x74, 0x65, 0x78, 0x74, 00, };
103char html_size[6] =
104/* "size\0" */
105{0x73, 0x69, 0x7a, 0x65, 00, };
106char html_image[7] =
107/* "image\0" */
108{0x69, 0x6d, 0x61, 0x67, 0x65, 00, };