-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
220 lines (217 loc) · 7.03 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="referrer" content="no-referrer" />
<meta property="og:site_name" content="TikTok Downloader" />
<meta property="og:title" content="TikTok Downloader" />
<meta name="twitter:title" content="TikTok Downloader" />
<meta
name="description"
content="Download TikTok videos and save them to your device."
/>
<meta
property="og:description"
content="Download TikTok videos and save them to your device."
/>
<meta
name="twitter:description"
content="Download TikTok videos and save them to your device."
/>
<meta name="keywords" content="download,tiktok video" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, minimum-scale=1, user-scalable=yes"
/>
<meta content="IE=edge" http-equiv="X-UA-Compatible" />
<meta
content="max-snippet:-1, max-image-preview:large, max-video-preview:-1"
name="robots"
/>
<meta content="#fe2c55" name="theme-color" />
<meta content="telephone=no" name="format-detection" />
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
<meta content="summary_large_image" name="twitter:card" />
<link rel="shortcut icon" href="favicon.ico" />
<link rel="apple-touch-icon" href="assets/images/favicon.png" />
<link rel="icon" type="image/png" href="assets/images/favicon.png" />
<title>TikTok Downloader</title>
<link rel="stylesheet" href="assets/css/style.css" />
<script src="assets/js/script.js"></script>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=GT-NCHFV7JC"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "GT-NCHFV7JC");
</script>
</head>
<body>
<header>
<div class="container">
<div class="header-content">
<div class="logo">
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M9 18V5l12-2v13"></path>
<circle cx="6" cy="18" r="3"></circle>
<circle cx="18" cy="16" r="3"></circle>
</svg>
<span>TikTok Downloader</span>
</div>
<nav>
<ul>
<li>
<a href="#">
<svg
xmlns="http://www.w3.org/2000/svg"
width="18"
height="18"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path
d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"
></path>
<polyline points="9 22 9 12 15 12 15 22"></polyline>
</svg>
Home
</a>
</li>
<li>
<a href="#">
<svg
xmlns="http://www.w3.org/2000/svg"
width="18"
height="18"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<circle cx="12" cy="12" r="10"></circle>
<line x1="12" y1="16" x2="12" y2="12"></line>
<line x1="12" y1="8" x2="12.01" y2="8"></line>
</svg>
About
</a>
</li>
<li>
<a href="#">
<svg
xmlns="http://www.w3.org/2000/svg"
width="18"
height="18"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path
d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"
></path>
<polyline points="22,6 12,13 2,6"></polyline>
</svg>
Contact
</a>
</li>
</ul>
</nav>
</div>
</div>
</header>
<main>
<div class="card">
<div class="card-header">
<svg
xmlns="http://www.w3.org/2000/svg"
width="48"
height="48"
viewBox="0 0 24 24"
fill="none"
stroke="#FE2C55"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M9 18V5l12-2v13"></path>
<circle cx="6" cy="18" r="3"></circle>
<circle cx="18" cy="16" r="3"></circle>
</svg>
<h1 class="card-title">TikTok Downloader</h1>
</div>
<input
id="video-id"
type="text"
class="input"
placeholder="Paste TikTok Url here"
/>
<button class="button download">
<div class="spinner"></div>
<svg
xmlns="http://www.w3.org/2000/svg"
width="20"
height="20"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg>
<span class="button-text">Download Video</span>
</button>
<div class="card-footer">
<p>Download your favorite TikTok videos with ease!</p>
<p class="small">
Please ensure you have the right to download and use the content.
</p>
</div>
</div>
</main>
<footer>
<div class="footer-container">
<p>© 2025 TikTok Downloader. All rights reserved.</p>
<p>Disclaimer: This tool is not affiliated with TikTok.</p>
</div>
</footer>
</body>
<div class="modal">
<div class="modal-content">
<div class="modal-header">
<span class="close">×</span>
<div class="modal-title">Error</div>
</div>
<div class="modal-body">
<p id="errorText"></p>
</div>
</div>
</div>
</html>