-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
307 lines (302 loc) · 9.5 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
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
<!DOCTYPE html>
<html lang="en">
<head>
<!-- META TAGS -->
<meta charset="utf-8" />
<meta content="width" name="MobileOptimized" />
<meta content="true" name="HandheldFriendly" />
<meta content="yes" name="apple-mobile-web-app-capable" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta
content="IE=edge; IE=9; IE=8; IE=7; chrome=1"
http-equiv="X-UA-Compatible"
/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- SEO TAGS -->
<title>Meta Tags Generator</title>
<meta name="title" content="Meta Tags Generator" />
<meta
name="description"
content="A Site That Generates Meta Tags In No Time"
/>
<meta
name="keywords"
content="Meta Tags Generator, Meta Tags, Tags Generator, SEO Tags Generator"
/>
<meta name="robots" content="index, follow" />
<meta name="language" content="en" />
<meta name="author" content="Mandar Naik" />
<!-- OPEN GRAPH -->
<meta property="og:title" content="Meta Tags Generator" />
<meta
property="og:description"
content="A Site That Generates Meta Tags In No Time"
/>
<meta
property="og:url"
content="https://mandarnaik016.github.io/meta-tags-generator/index.html"
/>
<meta
property="og:image"
content="https://mandarnaik016.github.io/meta-tags-generator/apple-touch-icon.png"
/>
<meta property="og:type" content="website" />
<!-- TWITTER -->
<meta content="summary_large_image" name="twitter:card" />
<meta content="Meta Tags Generator" name="twitter:title" />
<meta content="Meta Tags Generator" name="twitter:image:alt" />
<meta content="./dist/img/meta-tags-generator.jpg" name="twitter:image" />
<meta
content="A Site That Generates Meta Tags In No Time"
name="twitter:description"
/>
<!-- CSS FILES -->
<link href="./dist/css/app.min.css" rel="stylesheet" />
<!-- FAVICON -->
<link
rel="apple-touch-icon"
sizes="180x180"
href="./apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="./favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="./favicon-16x16.png"
/>
</head>
<body>
<nav
class="navbar navbar-color-on-scroll navbar-transparent fixed-top navbar-expand-lg"
color-on-scroll="100"
>
<div class="container">
<div class="navbar-translate">
<a class="navbar-brand" href="#"> Meta Tags Generator </a>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="sr-only">Toggle navigation</span>
<span class="navbar-toggler-icon"></span>
<span class="navbar-toggler-icon"></span>
<span class="navbar-toggler-icon"></span>
</button>
</div>
<div class="collapse navbar-collapse">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a
href="https://mandarnaik016.github.io"
target="_blank"
class="nav-link"
>
<i class="fa fa-user mr-2"></i>PORTFOLIO
</a>
</li>
<li class="dropdown nav-item">
<a
href="#"
class="dropdown-toggle nav-link"
data-toggle="dropdown"
>
<i class="fa fa-code mr-2"></i>PROJECTS
</a>
<div class="dropdown-menu dropdown-with-icons">
<a
target="_blank"
href="https://mandarnaik016.github.io/parser/"
class="dropdown-item"
>
<i class="fa fa-link mr-2"></i>PARSER » HTML ESCAPER
</a>
<a
target="_blank"
href="https://mandarnaik016.github.io/csser/"
class="dropdown-item"
>
<i class="fa fa-link mr-2"></i>CSSER » CSS MINIFIER
</a>
</div>
</li>
</ul>
</div>
</div>
</nav>
<div
class="page-header header-filter"
data-parallax="true"
style="background-image: url('./dist/img/bg.jpg')"
>
<div class="container">
<div class="row">
<div class="col-md-8 ml-auto mr-auto">
<div class="brand text-center">
<h1>Meta Tags Generator</h1>
<h3 class="title text-center">
A Site That Generates Meta Tags In No Time<i
class="fa fa-clock-o ml-2"
></i>
</h3>
</div>
</div>
</div>
</div>
</div>
<div class="main main-raised">
<div class="container">
<div class="section text-center">
<div class="pb-4">
<h2 class="title my-2">Meta Tags Generator</h2>
<img
class="img-fluid img-raised rounded w-75"
src="./dist/img/meta-tags-generator.jpg"
alt="Meta Tags Generator"
title="Meta Tags Generator"
/>
</div>
<form>
<div class="form-group">
<label>TITLE</label>
<input
type="text"
class="form-control"
id="title"
placeholder="e.g Meta Tags Generator"
/>
</div>
<div class="form-group">
<label>DESCRIPTION</label>
<input
type="text"
class="form-control"
id="description"
placeholder="e.g A Site That Generates Meta Tags In No Time"
/>
</div>
<div class="form-group">
<label>KEYWORDS</label>
<input
type="text"
class="form-control"
id="keywords"
placeholder="e.g Keyword1, Keyword2, Keyword3"
/>
</div>
<div class="form-group">
<label>LANGUAGE</label>
<input
type="text"
class="form-control"
id="lang"
placeholder="e.g en=English, fr=French"
/>
</div>
<div class="form-group">
<label>AUTHOR</label>
<input
type="text"
class="form-control"
id="author"
placeholder="e.g YourName YourSurname"
/>
</div>
<div class="form-group">
<label>WEBSITE URL</label>
<input
type="url"
class="form-control"
id="url"
placeholder="e.g https://yourwebsite.com/"
/>
</div>
<div class="form-group">
<label>IMAGE</label>
<input
type="url"
class="form-control"
id="image"
placeholder="e.g https://yourwebsite.com/image.png"
/>
</div>
<div class="form-check form-check-radio">
<label class="form-check-label">
<input
class="form-check-input"
type="radio"
name="contentType"
value="website"
checked
/>
WEBSITE
<span class="circle">
<span class="check"></span>
</span>
</label>
</div>
<div class="form-check form-check-radio">
<label class="form-check-label">
<input
class="form-check-input"
type="radio"
name="contentType"
value="article"
/>
ARTICLE
<span class="circle">
<span class="check"></span>
</span>
</label>
</div>
<button id="submitForm" type="submit" class="btn btn-primary">
<i class="fa fa-cog mr-2"></i> GENERATE
</button>
<div class="form-group">
<textarea
class="form-control"
id="display"
rows="10"
readonly="readonly"
></textarea>
</div>
<button
id="textCopy"
type="button"
class="btn btn-primary"
data-placement="top"
title="Copied!"
data-container="body"
>
<i class="fa fa-files-o mr-2"></i> COPY
</button>
</form>
</div>
</div>
</div>
<footer class="footer footer-default">
<div class="container">
<div class="copyright">
<i class="fa fa-copyright"></i>
<script>
document.write(new Date().getFullYear());
</script>
, Made With <i class="fa fa-heart text-danger"></i> By
<a href="https://mandarnaik016.github.io/" target="blank"
>Mandar Naik</a
>.
</div>
</div>
</footer>
<!-- JS FILES -->
<script src="./dist/js/app.min.js" type="text/javascript"></script>
</body>
</html>