-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
224 lines (204 loc) · 19.1 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
<!DOCTYPE html>
<html lang="zh-cmn-Hans">
<head>
<meta charset="utf-8">
<title><head> Generator by Dimpurr</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="HandheldFriendly" content="true">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="application-name" content="<head> Generator" />
<meta name="description" content="A HTML Head Tag Generator by Dimpurr Cheny">
<meta name="author" content="dimpurr, [email protected]">
<link rel="stylesheet" type="text/css" href="style.css">
<style>.html5:checked ~ .fixed .ctn .code .html5, .html4-strict:checked ~ .fixed .ctn .code .html4-strict, .html4-transitional:checked ~ .fixed .ctn .code .html4-transitional, .html4-frameset:checked ~ .fixed .ctn .code .html4-frameset, .xhtml1-0-strict:checked ~ .fixed .ctn .code .xhtml1-0-strict, .xhtml1-0-transitional:checked ~ .fixed .ctn .code .xhtml1-0-transitional, .xhtml1-0-frameset:checked ~ .fixed .ctn .code .xhtml1-0-frameset, .xhtml1-1:checked ~ .fixed .ctn .code .xhtml1-1, .html-lang-zh-cmn-hans:checked ~ .fixed .ctn .code .html-lang-zh-cmn-hans, .html-lang-zh-cmn-hant:checked ~ .fixed .ctn .code .html-lang-zh-cmn-hant, .html-lang-en-us:checked ~ .fixed .ctn .code .html-lang-en-us, .html-lang-other:checked ~ .fixed .ctn .code .html-lang-other, .charset--new:checked ~ .fixed .ctn .code .charset--new, .charset--old:checked ~ .fixed .ctn .code .charset--old, .title:checked ~ .fixed .ctn .code .title, .application-name:checked ~ .fixed .ctn .code .application-name, .keywords:checked ~ .fixed .ctn .code .keywords, .description:checked ~ .fixed .ctn .code .description, .author:checked ~ .fixed .ctn .code .author, .robots:checked ~ .fixed .ctn .code .robots, .disable-baidu-siteapp:checked ~ .fixed .ctn .code .disable-baidu-siteapp, .disable-google-auto-translate:checked ~ .fixed .ctn .code .disable-google-auto-translate, .rss:checked ~ .fixed .ctn .code .rss, .favicon:checked ~ .fixed .ctn .code .favicon, .shortlink:checked ~ .fixed .ctn .code .shortlink, .index:checked ~ .fixed .ctn .code .index, .stylesheet:checked ~ .fixed .ctn .code .stylesheet, .cache-control:checked ~ .fixed .ctn .code .cache-control, .viewport:checked ~ .fixed .ctn .code .viewport, .ie-edge-chrome:checked ~ .fixed .ctn .code .ie-edge-chrome, .chrome-frame:checked ~ .fixed .ctn .code .chrome-frame, .format-detection:checked ~ .fixed .ctn .code .format-detection, .tap-highlight:checked ~ .fixed .ctn .code .tap-highlight, .ios-app-title:checked ~ .fixed .ctn .code .ios-app-title, .ios-app-fullscreen:checked ~ .fixed .ctn .code .ios-app-fullscreen, .ios-app-statusbar:checked ~ .fixed .ctn .code .ios-app-statusbar, .windows-tile-color:checked ~ .fixed .ctn .code .windows-tile-color, .windows-tile-image:checked ~ .fixed .ctn .code .windows-tile-image, .android-theme-color:checked ~ .fixed .ctn .code .android-theme-color, .uc-app-mode:checked ~ .fixed .ctn .code .uc-app-mode, .uc-fullscreen-mode:checked ~ .fixed .ctn .code .uc-fullscreen-mode, .uc-portrait-mode:checked ~ .fixed .ctn .code .uc-portrait-mode, .uc-landscape-mode:checked ~ .fixed .ctn .code .uc-landscape-mode, .uc-fitscreen-mode:checked ~ .fixed .ctn .code .uc-fitscreen-mode, .uc-disable-night-mode:checked ~ .fixed .ctn .code .uc-disable-night-mode, .qq-app-mode:checked ~ .fixed .ctn .code .qq-app-mode, .qq-fullscreen-mode:checked ~ .fixed .ctn .code .qq-fullscreen-mode, .qq-portrait-mode:checked ~ .fixed .ctn .code .qq-portrait-mode, .qq-landscape-mode:checked ~ .fixed .ctn .code .qq-landscape-mode, block {
display: block;
}
.html5:checked ~ .fixed .ctn .code section[class$="--old"] {
display: none;
}
.radio[class*="html4"]:checked ~ .fixed .ctn .code section[class$="--new"], .radio[class*="xhtml"]:checked ~ .fixed .ctn .code section[class$="--new"] {
display: none;
}
.html5:checked ~ .check[name$="--old"], .html5:checked ~ .check[name$="--old"] + span {
display: none;
}
.radio[class*="html4"]:checked ~ .check[name$="--new"], .radio[class*="html4"]:checked ~ .check[name$="--new"] + span, .radio[class*="xhtml"]:checked ~ .check[name$="--new"], .radio[class*="xhtml"]:checked ~ .check[name$="--new"] + span {
display: none;
}</style>
</head>
<body>
<div class="ctn"><div class="content">
<header class="header">
<h1>HTML <head> Generator</h1>
<p>
Author by <a href="http://dimpurr.com/" title="Dimpurr Cheny">Dimpurr</a> -
<a href="http://find.moe/headgen" title="HTML <head> Generator by Dimpurr">Drag to Add Favourite</a><br />
Hover the button for Tips
</p>
</header>
<h2 class="sectionh">HTML Doctype</h2>
<input type="radio" name="doctype" class="check radio html5" checked title="HTML5 Doctype Tag">
<span>HTML 5 and Newer</span>
<input type="radio" name="doctype" class="check radio html4-strict" title="HTML 4.01 Strict Doctype Tag">
<span>HTML 4.01 Strict</span>
<input type="radio" name="doctype" class="check radio html4-transitional" title="HTML 4.01 Transitional Doctype Tag">
<span>HTML 4.01 Transitional</span>
<input type="radio" name="doctype" class="check radio html4-frameset" title="HTML 4.01 Frameset Doctype Tag">
<span>HTML 4.01 Frameset</span>
<input type="radio" name="doctype" class="check radio xhtml1-0-strict" title="XHTML 1.0 Strict Doctype Tag">
<span>XHTML 1.0 Strict</span>
<input type="radio" name="doctype" class="check radio xhtml1-0-transitional" title="XHTML 1.0 Transitional Doctype Tag">
<span>XHTML 1.0 Transitional</span>
<input type="radio" name="doctype" class="check radio xhtml1-0-frameset" title="XHTML 1.0 Frameset Doctype Tag">
<span>XHTML 1.0 Frameset</span>
<input type="radio" name="doctype" class="check radio xhtml1-1" title="XHTML 1.1 (Strict) Doctype Tag">
<span>XHTML 1.1 (Strict)</span>
<h2 class="sectionh">Document Base Meta</h2>
<input type="radio" name="html-lang" class="check radio html-lang-zh-cmn-hans" checked title="Set Language to Simplified Chinese">
<span>Simplified Chinese</span>
<input type="radio" name="html-lang" class="check radio html-lang-zh-cmn-hant" title="Set Language to Traditional Chinese">
<span>Traditional Chinese</span>
<input type="radio" name="html-lang" class="check radio html-lang-en-us" title="Set Language to American English">
<span>American English</span>
<input type="radio" name="html-lang" class="check radio html-lang-other" title="Set Language to Other Language Code">
<span>Other Language</span>
<input type="checkbox" name="charset--new" class="check checkbox charset--new" checked title="Charset of Web Page">
<span>Charset</span>
<input type="checkbox" name="charset--old" class="check checkbox charset--old" checked title="Charset of Web Page">
<span>Charset</span>
<input type="checkbox" name="title" class="check checkbox title" checked title="Title of Web Page">
<span>Title</span>
<h2 class="sectionh">SEO Meta</h2>
<input type="checkbox" name="application-name" class="check checkbox application-name" title="Application Name for Search Engines">
<span>Application Name</span>
<input type="checkbox" name="keywords" class="check checkbox keywords" title="Keywords for Search Engines">
<span>Keywords</span>
<input type="checkbox" name="description" class="check checkbox description" title="Description for Search Engines">
<span>Description</span>
<input type="checkbox" name="author" class="check checkbox author" title="Author for Search Engines">
<span>Author</span>
<input type="checkbox" name="robots" class="check checkbox robots" title="Rule for Search Engines Robots">
<span>Robots Nofollow</span>
<input type="checkbox" name="disable-baidu-siteapp" class="check checkbox disable-baidu-siteapp" title="Disable Baidu Siteapp Mode, or Baidu will change to read mode and add their Ads">
<span>Disable Baidu Siteapp</span>
<input type="checkbox" name="disable-google-auto-translate" class="check checkbox disable-google-auto-translate" title="Disable Google Auto Translate Notice for Chrome">
<span>Disable Google Translate</span>
<h2 class="sectionh">Link</h2>
<input type="checkbox" name="rss" class="check checkbox rss" title="Application Name for Search Engines">
<span>RSS Feed</span>
<input type="checkbox" name="favicon" class="check checkbox favicon" checked title="Application Name for Search Engines">
<span>Favicon</span>
<input type="checkbox" name="shortlink" class="check checkbox shortlink" title="Shrotlink for This Web Page">
<span>Shortlink</span>
<input type="checkbox" name="index" class="check checkbox index" title="Index for This Web Site">
<span>Index</span>
<input type="checkbox" name="stylesheet" class="check checkbox stylesheet" title="Stylesheets for This Web Site">
<span>Stylesheet</span>
<h2 class="sectionh">Platform Compatibility Meta</h2>
<input type="checkbox" name="cache-control" class="check checkbox cache-control" title="Enable Cache Control">
<span>Cache Control</span>
<input type="checkbox" name="viewport" class="check checkbox viewport" checked title="Responsible Set Viewport to Device Width
Using: width, height, initial-scale, maximum-scale, minimum-scale, user-scalable, minimal-ui (fullscreen in iOS 7 and newer)">
<span>Responsible Viewport</span>
<input type="checkbox" name="ie-edge-chrome" class="check checkbox ie-edge-chrome" checked title="Prefer Newest IE and Chrome">
<span>Prefer Newest Browser</span>
<input type="checkbox" name="chrome-frame" class="check checkbox chrome-frame" title="Prefer Chrome Webkit Mode (in 360 Browser)">
<span>Prefer Chrome Frame</span>
<input type="checkbox" name="format-detection" class="check checkbox format-detection" title="Disable Telephone Number Dectect">
<span>Disable Number Dectect</span>
<input type="checkbox" name="tap-highlight" class="check checkbox tap-highlight" title="Disable Tap Highlight Effect (Windows Phone)">
<span>Disable Tap Highlight</span>
<h2 class="sectionh">Web App Meta</h2>
<input type="checkbox" name="ios-app-title" class="check checkbox ios-app-title" title="App Title for Homescreen (iOS 6 and newer)">
<span>iOS App Title</span>
<input type="checkbox" name="ios-app-fullscreen" class="check checkbox ios-app-fullscreen" title="Enable Web App Capable Mode (iOS 6 and newer)">
<span>iOS App Fullscreen</span>
<input type="checkbox" name="ios-app-statusbar" class="check checkbox ios-app-statusbar" title="Use: default, black, black-translucent (only take effect after enable fullscreen)">
<span>iOS StatusBar Color</span>
<input type="checkbox" name="windows-tile-color" class="check checkbox windows-tile-color" title="Windows Tile Color in Start Screen
Use: hex color code">
<span>Windows Tile Color</span>
<input type="checkbox" name="windows-tile-image" class="check checkbox windows-tile-image" title="Windows Tile Image in Start Screen">
<span>Windows Tile Image</span>
<input type="checkbox" name="android-theme-color" class="check checkbox android-theme-color" title="Android Theme Color for Task Manager Tab
Use: hex color code">
<span>Android Theme Color</span>
<input type="checkbox" name="uc-app-mode" class="check checkbox uc-app-mode" title="Enable UC Browser App Mode">
<span>UC Browser App Mode</span>
<input type="checkbox" name="uc-fullscreen-mode" class="check checkbox uc-fullscreen-mode" title="Enable UC Browser Fullscreen Mode">
<span>UC Browser Fullsreen</span>
<input type="radio" name="uc-orientation-mode" class="check radio uc-portrait-mode" title="Enable UC Browser Portrait Mode">
<span>UC Browser Portrait</span>
<input type="radio" name="uc-orientation-mode" class="check radio uc-landscape-mode" title="Enable UC Browser Landscape Mode">
<span>UC Browser Landscape</span>
<input type="checkbox" name="uc-fitscreen-mode" class="check checkbox uc-fitscreen-mode" title="Enable UC Browser Fitscreen Mode">
<span>UC Browser Fitscreen</span>
<input type="checkbox" name="uc-disable-night-mode" class="check checkbox uc-disable-night-mode" title="Disable UC Browser Night Mode">
<span>UC Disable Night Mode</span>
<input type="checkbox" name="qq-app-mode" class="check checkbox qq-app-mode" title="Enable QQ Browser App Mode">
<span>QQ Browser App Mode</span>
<input type="checkbox" name="qq-fullscreen-mode" class="check checkbox qq-fullscreen-mode" title="Enable QQ Browser Fullscreen Mode">
<span>QQ Browser Fullscreen</span>
<input type="radio" name="qq-orientation-mode" class="check radio qq-portrait-mode" title="Enable QQ Browser Portrait Mode">
<span>QQ Browser Portrait</span>
<input type="radio" name="qq-orientation-mode" class="check radio qq-landscape-mode" title="Enable QQ Browser Landscape Mode">
<span>QQ Browser Landscape</span>
<div class="fixed"><div class="ctn"><div class="code">
<section class="__name__">T</section>
<section class="html5"><!DOCTYPE html></section>
<section class="html4-strict"><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"></section>
<section class="html4-transitional"><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"></section>
<section class="html4-frameset"><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"></section>
<section class="xhtml1-0-strict"><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"></section>
<section class="xhtml1-0-transitional"><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"></section>
<section class="xhtml1-0-frameset"><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"></section>
<section class="xhtml1-1"><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"></section>
<section class="__name__">o</section>
<section class="html-lang-zh-cmn-hans"><html lang="zh-cmn-Hans"><br /><head><br /><br /></section>
<section class="html-lang-zh-cmn-hant"><html lang="zh-cmn-Hant"><br /><head><br /><br /></section>
<section class="html-lang-en-us"><html lang="en-us"><br /><head><br /><br /></section>
<section class="html-lang-other"><html lang="<span class="value" contenteditable>value</span>"><br /><head><br /><br /></section>
<section class="charset--new"><meta charset="<span class="value" contenteditable>utf-8</span>"></section>
<section class="charset--old"><meta http-equiv="Content-Type" content="text/html; charset=<span class="value" contenteditable>utf-8</span>"></section>
<section class="title"><title><span class="value" contenteditable>value</span></title></section>
<br /> <section class="application-name"><meta name="application-name" content="<span class="value" contenteditable>value</span>" /></section>
<section class="keywords"><meta name="keywords" content="<span class="value" contenteditable>value</span>" /></section>
<section class="description"><meta name="description" content="<span class="value" contenteditable>value</span>"></section>
<section class="author"><meta name="author" content="<span class="value" contenteditable>value</span>"></section>
<section class="robots"><meta name="robots" content="<span class="value" contenteditable>noindex,nofollow</span>"></section>
<section class="disable-baidu-siteapp"><meta http-equiv="Cache-Control" content="no-siteapp" /></section>
<section class="disable-google-auto-translate"><meta name="google" value="notranslate"></section>
<section class="__name__">i</section>
<section class="rss"><link rel="alternate" type="application/rss+xml" title="RSS" href="<span class="value" contenteditable>uri</span>" /></section>
<section class="favicon"><link rel="shortcut icon" type="image/ico" href="<span class="value" contenteditable>uri</span>" /></section>
<section class="shortlink"><link rel="shortlink" href="<span class="value" contenteditable>uri</span>"" /></section>
<section class="index"><link rel="index" title="<span class="value" contenteditable>value</span>" href="<span class="value" contenteditable>uri</span>" /></section>
<section class="stylesheet"><link rel="stylesheet" type="text/css" media="<span class="value" contenteditable>value</span>" href="<span class="value" contenteditable>uri</span>" /></section>
<br /> <section class="cache-control"><meta http-equiv="Cache-Control" content="<span class="value" contenteditable>no-cache</span>"></section>
<section class="viewport"><meta name="viewport" content="<span class="value" contenteditable>width=device-width, initial-scale=1.0</span>"><br /><meta name="HandheldFriendly" content="true"></section>
<section class="ie-edge-chrome"><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /></section>
<section class="chrome-frame"><meta name="renderer" content="webkit"></section>
<section class="format-detection"><meta name="format-detection" content="telephone=no" /></section>
<section class="tap-highlight"><meta name="msapplication-tap-highlight" content="no"></section>
<section class="__name__">e</section>
<section class="ios-app-title"><meta name="apple-mobile-web-app-title" content="<span class="value" contenteditable>value</span>"></section>
<section class="ios-app-fullscreen"><meta name="apple-mobile-web-app-capable" content="yes" /></section>
<section class="ios-app-statusbar"><meta name="apple-mobile-web-app-status-bar-style" content="<span class="value" contenteditable>black-translucent</span>" /></section>
<section class="windows-tile-color"><meta name="msapplication-TileColor" content="<span class="value" contenteditable>value</span>"/></section>
<section class="windows-tile-image"><meta name="msapplication-TileImage" content="<span class="value" contenteditable>uri</span>"/></section>
<section class="android-theme-color"><meta name="theme-color" content="<span class="value" contenteditable>value</span>"></section>
<section class="uc-app-mode"><meta name="browsermode" content="application"></section>
<section class="uc-fullscreen-mode"><meta name="full-screen" content="yes"></section>
<section class="uc-portrait-mode"><meta name="screen-orientation" content="portrait"></section>
<section class="uc-landscape-mode"><meta name="screen-orientation" content="landscape"></section>
<section class="uc-fitscreen-mode"><meta name="layoutmode" content="fitscreen/standard" /></section>
<section class="uc-disable-night-mode"> <meta name="nightmode" content="enable/disable"/></section>
<section class="qq-app-mode"><meta name="x5-page-mode" content="app"></section>
<section class="qq-fullscreen-mode"><meta name="x5-fullscreen" content="true"></section>
<section class="qq-portrait-mode"><meta name="x5-orientation" content="portrait"></section>
<section class="qq-landscape-mode"><meta name="x5-orientation" content="landscape"></section>
<section style="display: block"><br /></head><br /></html></section>
</div></div></div>
</div></div>
</body>
</html>