-
-
Notifications
You must be signed in to change notification settings - Fork 184
/
Copy pathindex.html
527 lines (479 loc) · 24.4 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
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>NeoHtop - Blazing-fast system monitoring for your desktop (built with Rust, Tauri & Svelte)</title>
<meta name="description"
content="A beautiful, efficient system monitor built with Rust and Svelte. Monitor processes, CPU, and memory usage in real-time with a modern interface.">
<meta name="keywords"
content="system monitor, task manager, cross-platform, process monitor, cpu usage, memory usage, rust, svelte">
<meta name="author" content="Your Name">
<meta property="og:type" content="website">
<meta property="og:url" content="https://abdenasser.github.io/neohtop/">
<meta property="og:title" content="NeoHtop - Blazing-fast system monitoring for your desktop">
<meta property="og:description"
content="A beautiful, efficient system monitor built with Rust and Svelte. Monitor processes, CPU, and memory usage in real-time.">
<meta property="og:image" content="https://github.com/Abdenasser/neohtop/raw/main/app-icon.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:creator" content="@__abdenasser">
<meta name="twitter:title" content="NeoHtop - Blazing-fast system monitoring for your desktop">
<meta name="twitter:description" content="A beautiful, efficient system monitor built with Rust and Svelte.">
<meta name="twitter:image" content="https://github.com/Abdenasser/neohtop/raw/main/app-icon.png">
<link rel="icon" type="image/png" href="favicon.ico">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="stylesheet" href="styles.css">
<link rel="preload" href="https://github.com/Abdenasser/neohtop/raw/main/app-icon.png" as="image">
<link rel="preload" href="https://github.com/Abdenasser/neohtop/raw/main/screenshot.png" as="image">
</head>
<body>
<header class="glass-nav">
<nav>
<div class="logo-container">
<img src="https://github.com/Abdenasser/neohtop/raw/main/app-icon.png" alt="NeoHtop" class="nav-logo">
<span class="nav-brand">NeoHtop</span>
</div>
<button class="menu-button" aria-label="Toggle menu">
☰
</button>
<div class="nav-links">
<a href="#home">Home</a>
<a href="#features">Features</a>
<a href="#download">Download</a>
<a href="#install">Install</a>
<a href="#testimonials">Testimonials</a>
<a href="#faq">FAQ</a>
<button id="themeToggle" class="theme-toggle" aria-label="Toggle theme">
<span class="theme-icon">🌙</span>
</button>
</div>
</nav>
</header>
<main>
<section id="home" class="hero">
<div class="hero-content">
<div class="hero-text">
<h1 class="gradient-text">Monitor Your System<br>With Style</h1>
<p class="hero-subtitle">A beautiful, lightning-fast cross-platform system monitor.</p>
<div class="hero-cta">
<a href="#download" class="primary-button">Download Now</a>
<a href="https://github.com/abdenasser/neohtop" class="secondary-button">
View on GitHub
</a>
</div>
<div class="badges">
<script data-name="BMC-Widget" data-cfasync="false"
src="https://cdnjs.buymeacoffee.com/1.0.0/widget.prod.min.js" data-id="abdenasser"
data-description="Support me on Buy me a coffee!" data-message="" data-color="#FF5F5F"
data-position="Right" data-x_margin="18" data-y_margin="18"></script>
</div>
</div>
</div>
<div class="hero-background">
<img src="https://github.com/Abdenasser/neohtop/raw/main/screenshot-light.png" alt="NeoHtop Interface light" />
<img src="https://github.com/Abdenasser/neohtop/raw/main/screenshot.png" alt="NeoHtop Interface dark" />
</div>
</section>
<section id="features" class="features">
<h2 class="section-title">Why Choose NeoHtop?</h2>
<div class="feature-grid">
<div class="feature-card">
<div class="feature-icon">🚀</div>
<h3>Real-time Monitoring</h3>
<p>Track system processes in real-time with minimal resource usage</p>
</div>
<div class="feature-card">
<div class="feature-icon">🎨</div>
<h3>Modern UI</h3>
<p>Beautiful interface with automatic dark/light theme detection</p>
</div>
<div class="feature-card">
<div class="feature-icon">🔍</div>
<h3>Smart Search</h3>
<p>Quick process search with advanced filtering options</p>
</div>
<div class="feature-card">
<div class="feature-icon">📌</div>
<h3>Process Pinning</h3>
<p>Keep important processes in view for easy monitoring</p>
</div>
<div class="feature-card">
<div class="feature-icon">⚡️</div>
<h3>Resource Efficient</h3>
<p>Built with Rust for optimal performance and low memory usage</p>
</div>
<div class="feature-card">
<div class="feature-icon">🛠</div>
<h3>Process Management</h3>
<p>View and manage processes with detailed information</p>
</div>
</div>
</section>
<section id="download" class="downloads">
<div class="download-container glass-card">
<h2>Download NeoHtop <span id="current-version">Loading...</span></h2>
<div class="download-stats">
<span id="download-count">...</span> Total Downloads
</div>
<p class="download-subtitle">Choose your platform to get started</p>
<div class="download-options">
<!-- macOS Downloads -->
<div class="download-group">
<h3 class="platform-title">macOS</h3>
<!-- notarized by apple badge -->
<div class="notarized-badge">
<img
src="https://img.shields.io/badge/Notarized%20by%20Apple-000000?style=for-the-badge&logo=apple&logoColor=white"
alt="Notarized by Apple">
</div>
<div class="platform-options">
<a href="" class="download-button macos" data-type="macos-intel" data-version="latest">
<span class="icon">💻</span>
<div class="button-text">
<span class="primary">Intel Chip</span>
<span class="secondary">macOS 10.15 or later</span>
</div>
</a>
<a href="" class="download-button macos" data-type="macos-silicon" data-version="latest">
<span class="icon">🍎</span>
<div class="button-text">
<span class="primary">Apple Silicon</span>
<span class="secondary">macOS 11.0 or later</span>
</div>
</a>
</div>
</div>
<!-- Windows Download -->
<div class="download-group">
<h3 class="platform-title">Windows</h3>
<div class="platform-options">
<a href="" class="download-button windows" data-type="windows" data-version="latest">
<span class="icon">🫣</span>
<div class="button-text">
<span class="primary">Windows</span>
<span class="secondary">Windows 10 or later</span>
</div>
</a>
</div>
</div>
<!-- Linux Downloads -->
<div class="download-group">
<h3 class="platform-title">Linux</h3>
<div class="platform-options">
<!-- x86_64 Downloads -->
<div class="linux-downloads">
<h4>x86_64</h4>
<a href="" class="download-button linux" data-type="linux-deb-x64" data-version="latest">
<span class="icon">📦</span>
<div class="button-text">
<span class="primary">.deb Package</span>
<span class="secondary">Debian/Ubuntu</span>
</div>
</a>
<a href="" class="download-button linux" data-type="linux-appimage-x64" data-version="latest"
style="margin-top: 10px;">
<span class="icon">🐧</span>
<div class="button-text">
<span class="primary">AppImage</span>
<span class="secondary">Universal Linux</span>
</div>
</a>
<a href="" class="download-button linux" data-type="linux-rpm-x64" data-version="latest"
style="margin-top: 10px;">
<span class="icon">📦</span>
<div class="button-text">
<span class="primary">.rpm Package</span>
<span class="secondary">Fedora/RHEL x86_64</span>
</div>
</a>
</div>
<!-- ARM64 Downloads -->
<div class="linux-downloads">
<h4>ARM64</h4>
<a href="" class="download-button linux" data-type="linux-deb-arm64" data-version="latest">
<span class="icon">📦</span>
<div class="button-text">
<span class="primary">.deb Package</span>
<span class="secondary">Debian/Ubuntu ARM64</span>
</div>
</a>
<a href="" class="download-button linux" data-type="linux-appimage-arm64" data-version="latest"
style="margin-top: 10px;">
<span class="icon">🐧</span>
<div class="button-text">
<span class="primary">AppImage</span>
<span class="secondary">Universal Linux ARM64</span>
</div>
</a>
<a href="" class="download-button linux" data-type="linux-rpm-arm64" data-version="latest"
style="margin-top: 10px;">
<span class="icon">📦</span>
<div class="button-text">
<span class="primary">.rpm Package</span>
<span class="secondary">Fedora/RHEL ARM64</span>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="install" class="install">
<h2>Installation Guide</h2>
<div class="install-steps">
<div class="step">
<span class="step-number">1</span>
<h3>Download</h3>
<p>Choose and download the appropriate version for your Mac</p>
</div>
<div class="step">
<span class="step-number">2</span>
<h3>Open DMG</h3>
<p>Double-click the downloaded .dmg file</p>
</div>
<div class="step">
<span class="step-number">3</span>
<h3>Install</h3>
<p>Drag NeoHtop to your Applications folder</p>
</div>
<div class="step">
<span class="step-number">4</span>
<h3>First Launch</h3>
<p>Right-click and choose Open to bypass Gatekeeper</p>
</div>
</div>
</section>
<section id="testimonials" class="testimonials">
<h2 class="section-title">What People Are Saying</h2>
<div class="testimonial-grid">
<blockquote class="twitter-tweet">
<p lang="en" dir="ltr">Neohtop is absolutely beautiful to look at. It's a modern system monitor inspired by
htop, providing real-time insights into CPU, memory, disk, and network usage. A work of art! <a
href="https://t.co/TAzCIEb8uF">pic.twitter.com/TAzCIEb8uF</a></p>— JoeyBaggaDonuts (@haxxusj) <a
href="https://twitter.com/haxxusj/status/1854590782684250487?ref_src=twsrc%5Etfw">November 7, 2024</a>
</blockquote>
<blockquote class="twitter-tweet">
<p lang="zh" dir="ltr">Htop 加强版: NeoHtop<br>基于 Svelte、Rust 和 Tauri 构建的现代化、跨平台的系统监控工具<a
href="https://t.co/OtWlxxrCHZ">https://t.co/OtWlxxrCHZ</a> <a
href="https://t.co/2MK9n8rZVw">pic.twitter.com/2MK9n8rZVw</a></p>— Geek (@geekbb) <a
href="https://twitter.com/geekbb/status/1854081285846888881?ref_src=twsrc%5Etfw">November 6, 2024</a>
</blockquote>
<blockquote class="twitter-tweet">
<p lang="zh" dir="ltr">💻 NeoHtop:现代跨平台系统监视器!实时追踪 CPU 和内存使用,支持进程管理。<br><br>基于 Svelte、Rust 和 Tauri
构建,轻量高效,非常适合日常系统监控!<br><br>👉 <a href="https://t.co/MaOIMMbbPV">https://t.co/MaOIMMbbPV</a> <a
href="https://t.co/rFLyULJVei">https://t.co/rFLyULJVei</a> <a
href="https://t.co/6c6hGOeiLa">pic.twitter.com/6c6hGOeiLa</a></p>— 小弟调调 (@jaywcjlove) <a
href="https://twitter.com/jaywcjlove/status/1854089502853357880?ref_src=twsrc%5Etfw">November 6, 2024</a>
</blockquote>
<blockquote class="twitter-tweet">
<p lang="en" dir="ltr">neoHTOP: A modern, cross-platform system monitor built on top of Svelte, Rust and
Tauri<a href="https://t.co/MKZ53ZThKv">https://t.co/MKZ53ZThKv</a></p>— Nitin (@gniting) <a
href="https://twitter.com/gniting/status/1853920938976223463?ref_src=twsrc%5Etfw">November 5, 2024</a>
</blockquote>
<blockquote class="twitter-tweet">
<p lang="en" dir="ltr">🚀 Introducing NeoHtop, the ultimate process monitoring tool for all your system needs!
🖥️ Say goodbye to clunky, outdated monitors and hello to a modern, native solution with a clean and
user-friendly interface. 🤩 With NeoHtop, you can easily keep track of your system's… <a
href="https://t.co/qq8cXI8Qq1">pic.twitter.com/qq8cXI8Qq1</a></p>— Durgesh Gupta (@ilearnbydoing) <a
href="https://twitter.com/ilearnbydoing/status/1854037593987428754?ref_src=twsrc%5Etfw">November 6, 2024</a>
</blockquote>
<blockquote class="twitter-tweet">
<p lang="zxx" dir="ltr"><a href="https://t.co/2EoanAOvYL">https://t.co/2EoanAOvYL</a></p>— Tom Dörr
(@tom_doerr) <a href="https://twitter.com/tom_doerr/status/1853861836736881133?ref_src=twsrc%5Etfw">November
5, 2024</a>
</blockquote>
<blockquote class="twitter-tweet">
<p lang="ru" dir="ltr">NeoHtop – мощный и стильный менеджер процессов<a
href="https://t.co/uiGhE2YlFC">https://t.co/uiGhE2YlFC</a></p>— ITforNote (@itfornote) <a
href="https://twitter.com/itfornote/status/1855943550036299934?ref_src=twsrc%5Etfw">November 11, 2024</a>
</blockquote>
<blockquote class="twitter-tweet">
<p lang="en" dir="ltr">Discover NeoHtop, a modern task manager for macOS combining terminal power with a
user-friendly interface, built with Rust, Tauri & Svelte.<br><br>{ author: <a
href="https://twitter.com/__abdenasser?ref_src=twsrc%5Etfw">@__abdenasser</a> } <a
href="https://twitter.com/hashtag/CodeNewbie?src=hash&ref_src=twsrc%5Etfw">#CodeNewbie</a><a
href="https://t.co/rowekkvOUY">https://t.co/rowekkvOUY</a></p>— CodeNewbie (@CodeNewbies) <a
href="https://twitter.com/CodeNewbies/status/1854886849677824003?ref_src=twsrc%5Etfw">November 8, 2024</a>
</blockquote>
<blockquote class="twitter-tweet">
<p lang="de" dir="ltr">NeoHtop: Ein Systemmonitor für macOS <a
href="https://t.co/wUEMeCKpkv">https://t.co/wUEMeCKpkv</a></p>— Ramón Goeden 🤨 (@websenat) <a
href="https://twitter.com/websenat/status/1854134191480262993?ref_src=twsrc%5Etfw">November 6, 2024</a>
</blockquote>
<blockquote class="twitter-tweet">
<p lang="de" dir="ltr">NeoHtop: Ein Systemmonitor für macOS <a
href="https://t.co/RCjYWlC81x">https://t.co/RCjYWlC81x</a></p>— CaschysBlog (@CaschysBlog) <a
href="https://twitter.com/CaschysBlog/status/1854110661502017689?ref_src=twsrc%5Etfw">November 6, 2024</a>
</blockquote>
<blockquote class="twitter-tweet">
<p lang="en" dir="ltr">NeoHtop offers a modern interface with additional features like process pinning, smart
search, and themes while maintaining high performance through its Rust backend. It's designed to be more
user-friendly and efficient than traditional system monitors.<a
href="https://t.co/c4niSeqw0p">https://t.co/c4niSeqw0p</a> <a
href="https://t.co/hnqrfSiSFG">pic.twitter.com/hnqrfSiSFG</a></p>— Hustle Hacker (@HustleHackerAI)
<a href="https://twitter.com/HustleHackerAI/status/1854352028304040139?ref_src=twsrc%5Etfw">November 7,
2024</a>
</blockquote>
<blockquote class="twitter-tweet">
<p lang="ja" dir="ltr">NeoHtopめちゃかっこいい。macOSでも動く。Apple
Silicon版もちゃんとある。手元で動かしてみたけどアクティビティモニタより好きかも。<br><br>Abdenasser/neohtop: 💪🏻 htop on steroids <a
href="https://t.co/u70aTS1rKK">https://t.co/u70aTS1rKK</a> <a
href="https://t.co/c0iyjiW73q">pic.twitter.com/c0iyjiW73q</a></p>— Isao Shimizu (@isaoshimizu) <a
href="https://twitter.com/isaoshimizu/status/1854097990698586584?ref_src=twsrc%5Etfw">November 6, 2024</a>
</blockquote>
<blockquote class="twitter-tweet">
<p lang="ja" dir="ltr">見た目好みで使ってみてるシステムモニター、<a
href="https://t.co/7lHLB8WtVk">https://t.co/7lHLB8WtVk</a><br>トグルボタンのアクティブ状態をアイコンを45度傾けるという方法で示してて、特殊すぎて2度見した
<a href="https://t.co/JFC6ueyfBF">pic.twitter.com/JFC6ueyfBF</a>
</p>— UMERUMA (@umeruma) <a
href="https://twitter.com/umeruma/status/1855209294888902865?ref_src=twsrc%5Etfw">November 9, 2024</a>
</blockquote>
<blockquote class="twitter-tweet">
<p lang="en" dir="ltr">🖥️ <a
href="https://twitter.com/hashtag/NeoHtop?src=hash&ref_src=twsrc%5Etfw">#NeoHtop</a>: Cross-platform
system monitor combining <a
href="https://twitter.com/hashtag/Svelte?src=hash&ref_src=twsrc%5Etfw">#Svelte</a>, <a
href="https://twitter.com/hashtag/Rust?src=hash&ref_src=twsrc%5Etfw">#Rust</a>, and <a
href="https://twitter.com/hashtag/Tauri?src=hash&ref_src=twsrc%5Etfw">#Tauri</a> for a modern
monitoring experience <a
href="https://twitter.com/hashtag/opensource?src=hash&ref_src=twsrc%5Etfw">#opensource</a> <a
href="https://twitter.com/hashtag/devops?src=hash&ref_src=twsrc%5Etfw">#devops</a> <br><br>🚀 Key
features:<br>Real-time process monitoring<br>CPU & memory usage tracking<br>Process search &
filtering<br>Dark/light theme support<br><br>💻 Tech stack:…</p>— Micha(el) Bladowski 🇩🇪 🇺🇦
(@michabbb) <a href="https://twitter.com/michabbb/status/1853971838768173409?ref_src=twsrc%5Etfw">November 6,
2024</a>
</blockquote>
</div>
</section>
<section id="faq" class="faq">
<h2 class="section-title">Frequently Asked Questions</h2>
<div class="faq-list">
<div class="faq-item">
<button class="faq-question">
<span class="question-text">How does NeoHtop compare to Activity Monitor?</span>
<span class="faq-icon">⌄</span>
</button>
<div class="faq-answer">
<p>NeoHtop offers a modern interface with additional features like process pinning, smart search, and themes
while maintaining high performance through its Rust backend. It's designed to be more user-friendly and
efficient than traditional system monitors.</p>
</div>
</div>
<div class="faq-item">
<button class="faq-question">
<span class="question-text">Is NeoHtop resource intensive?</span>
<span class="faq-icon">⌄</span>
</button>
<div class="faq-answer">
<p>No, NeoHtop is built with Rust and optimized for minimal resource usage, typically using less than 1% CPU
and minimal memory. It's designed to be lightweight while monitoring your system.</p>
</div>
</div>
<div class="faq-item">
<button class="faq-question">
<span class="question-text">Does NeoHtop work on all macOS versions?</span>
<span class="faq-icon">⌄</span>
</button>
<div class="faq-answer">
<p>NeoHtop supports macOS 10.15 (Catalina) and newer versions. It's optimized for both Intel and Apple
Silicon Macs, with native support for both architectures.</p>
</div>
</div>
<div class="faq-item">
<button class="faq-question">
<span class="question-text">Can I customize the interface?</span>
<span class="faq-icon">⌄</span>
</button>
<div class="faq-answer">
<p>Yes, NeoHtop offers various customization options including:
<ul>
<li>Dark/Light theme switching</li>
<li>Customizable columns and metrics</li>
<li>Adjustable refresh rates</li>
<li>Process grouping options</li>
</ul>
</p>
</div>
</div>
<div class="faq-item">
<button class="faq-question">
<span class="question-text">Is NeoHtop open source?</span>
<span class="faq-icon">⌄</span>
</button>
<div class="faq-answer">
<p>Yes, NeoHtop is completely open source and available on GitHub. You can contribute to the project, report
issues, or suggest new features through our GitHub repository.</p>
</div>
</div>
</div>
</section>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-88HFXRBNLS"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-88HFXRBNLS');
</script>
<script src="main.js"></script>
</main>
<footer class="footer">
<div class="footer-content">
<div class="footer-section">
<h3>NeoHtop</h3>
<p class="footer-description">
A modern system monitor built with Rust and Svelte.
Open source and free to use.
</p>
</div>
<div class="footer-section">
<h4>Links</h4>
<ul class="footer-links">
<li>
<a href="https://github.com/abdenasser/neohtop" target="_blank" rel="noopener">
<span class="icon">📦</span> GitHub Repository
</a>
</li>
<li>
<a href="https://github.com/abdenasser" target="_blank" rel="noopener">
<span class="icon">👨💻</span> Creator
</a>
</li>
<li>
<a href="https://github.com/abdenasser/neohtop/issues" target="_blank" rel="noopener">
<span class="icon">🐛</span> Report Issue
</a>
</li>
</ul>
</div>
<div class="footer-section">
<h4>Tech Stack</h4>
<ul class="tech-stack-list">
<li>
<a href="https://www.rust-lang.org/" target="_blank" rel="noopener">
<span class="icon">🦀</span> Rust
</a>
</li>
<li>
<a href="https://tauri.app/" target="_blank" rel="noopener">
<span class="icon">⚡</span> Tauri
</a>
</li>
<li>
<a href="https://svelte.dev/" target="_blank" rel="noopener">
<span class="icon">🎯</span> Svelte
</a>
</li>
</ul>
</div>
</div>
<div class="footer-bottom">
<p>Made with <span class="heart">❤️</span> and <span class="coffee">☕</span> by
<a href="https://github.com/abdenasser" target="_blank" rel="noopener">Abdenasser</a>
</p>
</div>
</footer>
</body>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</html>