-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
526 lines (478 loc) · 23.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" >
<title>Security Knowledge Framework</title>
<meta name="telephone" content="no">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<link rel="stylesheet" href="css/site-skf/normalize.css">
<link rel="stylesheet" href="css/site-skf/icons.css">
<link rel="stylesheet" href="css/site-skf/Default.css">
<link rel="stylesheet" href="js/scroll/aos/aos.css">
<link rel="apple-touch-icon" sizes="180x180" href="images/site-skf/icons/template/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/site-skf/icons/template/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/site-skf/icons/template/favicon-16x16.png">
<link rel="manifest" href="images/site-skf/icons/template/site.webmanifest">
<link rel="mask-icon" href="images/site-skf/icons/template/safari-pinned-tab.svg" color="#515594">
<link rel="shortcut icon" href="images/site-skf/icons/template/favicon.ico">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-config" content="images/site-skf/icons/template/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<script src="js/vendor/jquery-3.4-1.min.js"></script>
<script src="js/vendor/jquery-ui.1.12.0.min.js"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7GQXYS92PF"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-7GQXYS92PF');
</script>
<script>
((window.gitter = {}).chat = {}).options = {
room: 'Security-Knowledge-Framework/Lobby'
};
</script>
<script src="https://sidecar.gitter.im/dist/sidecar.v1.js" async defer></script>
</head>
<body id="page1">
<div class="container">
<!-- Header -->
<header class="header pr">
<div class="wrap wide">
<div class="inner pt1 pb1 flx flx-jsb flx-ac">
<div class="logo flx flx-ac">
<span class="img"><img src="images/site-skf/logos/logo.svg" alt="SKF Logo" /></span>
<span class="txt pl1">S<span>ecurity </span>K<span>nowledge </span>F<span>ramework</span></span>
</div>
<nav class="navigation">
<div class="toggle">Toggle Navigation</div>
<ul>
<li class="act"><a href="#start">Download</a></li>
<li><a href="#sdlc">Core Features</a></li>
<li><a href="#demo">Live Demo</a></li>
<li><a href="#service">Service</a></li>
<li><a href="#documentation">Documentation</a></li>
<li><a href="#supporters">Supporters</a></li>
</ul>
</nav>
</div>
</div>
</header>
<!-- Hero -->
<section id="start" class="hero p0">
<div class="slogan">
<h1 data-aos="fade-up" data-aos-duration="1000">Training & Guidance for doing AppSec right!</h1>
<h2 data-aos="fade-up" data-aos-duration="1000" data-aos-delay="200">SKF is a fully <i>open-source</i> Python-Flask / Angular web-application that uses many other great open source projects to train you and your team in building secure applications, <i>by design</i>.</h2>
<ul class="powered" data-aos="fade-up" data-aos-duration="1000" data-aos-delay="400">
<li><span class="ico ico-ossf"></span><a style="text-decoration: none;" href="https://openssf.org">OpenSSF</a></li>
<li><a href="https://github.com/blabla1337/skf-flask/archive/main.zip" class="btn">Download</a></li>
<li><a href="https://github.com/blabla1337/skf-flask" class="btn">Contribute</a></li>
<li><a href="#companies" class="btn">Corporate supporters</a></li>
<li><a href="#thankyou" class="btn">Special thanks</a></li>
</ul>
</div>
<a class="down" href="javascript:;">Scroll Down</a>
<div class="seed"><img src="images/site-skf/logos/seed.svg" alt="Seed of Life" /></div>
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none" class="svg" style="height: 52px; width: 100%; fill: rgb(255, 255, 255); opacity: 1; transform: rotate(180deg); position: absolute; bottom: 0; left: 0;">
<path
d="M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z">
</path>
</svg>
</section>
<!-- SKF in your SDLC -->
<section id="sdlc" class="bgw">
<div class="wrap normal">
<div class="inner pt6 pb6">
<h2 class="h1 text-center">SKF in your SDLC</h2>
<h2 class="text-center">Discover where the Security Knowledge Framework can be implemented in your teams Software Development Life Cycle.</h2>
<div class="sdlc">
<div class="wrapper">
<ul class="design one">
<li><a href="javascript:;">Requirements</a>
<span class="pop">
<ul>
<li>Define your projects requirements or create your own scope of requirements. Out of the box SKF comes with ASVS and MASVS checklists and expert systems included.</li>
</ul>
</span>
</li>
<li><a href="javascript:;">Design</a>
<span class="pop">
<ul>
<li>Detect possible threats based on the processing functions on your application. Use SKF to define security acceptence criteria for your features, so your developers know from the get-go how to mitigate risks.</li>
</ul>
</span>
</li>
<li><a href="javascript:;">Coding</a>
<span class="pop">
<ul>
<li>An extensive library of common hacks, exploits, and best practices. Learn the hacker mindset and keep your project secure.</li>
</ul>
</span>
</li>
<li><a href="javascript:;">Testing</a>
<span class="pop">
<ul>
<li>All requirements come with Knowledgebase items and references to the OWASP cheatsheet / OWASP testing guide series. SKF also gives reccomendations on tooling that can be used to automate testing of your requirements.</li>
</ul>
</span>
</li>
</ul>
<div class="inner">
<ul class="design two">
<li><a href="javascript:;">Culture Building</a>
<span class="pop">
<ul>
<li>Invite team members and work together and spread a security first mindset.</li>
</ul>
</span>
</li>
<li><a href="javascript:;">Training</a>
<span class="pop">
<ul>
<li>An extensive and different learning paths and interactive labs for a wide range of functions, beautifully commented.</li>
</ul>
</span>
</li>
<li><a href="javascript:;">Metrics</a>
<span class="pop">
<ul>
<li>Keep track of open and closed security issues in your project.</li>
</ul>
</span>
</li>
</ul>
</div>
</div>
</div>
<div class="sdlc-modal flx flx-ac flx-jc text-center">
<div class="center">
<h3 class="name"></h3>
<div class="txt"></div>
</div>
<a class="close" href="javascript:;">Close Modal</a>
</div>
</div>
</div>
</section>
<!-- Popular Features -->
<section id="features" class="bgg">
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none" class="svg" style="height: 96px; width: 100%; fill: rgb(255, 255, 255); opacity: 1; transform: rotateY(0deg); position: absolute; left: 0; top: 0;">
<path d="M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z">
</path>
</svg>
<div class="wrap normal">
<div class="inner pt6 pb6">
<h2 class="h1 text-center">SKF Features</h2>
<h3 class="h2 text-center">Secure coding starts here.</h3>
<div class="features">
<ul class="resetList w-100 flx flx-jc">
<li>
<span class="icon ico-pro"></span>
<h4>Projects</h4>
<p>Create projects in SKF and start gathering requirements for your features/sprints</p>
</li>
<li>
<span class="icon ico-cod"></span>
<h4>Code Examples</h4>
<p>An extensive library of common hacks, exploits, and best practices. Learn the hacker mindset and keep your project secure..</p>
</li>
<li>
<span class="icon ico-che"></span>
<h4>Checklists</h4>
<p>Out of the box SKF comes with ASVS and MASVS included.</p>
</li>
<li>
<span class="icon ico-lab"></span>
<h4>Training platform</h4>
<p>Train your secure coding & hacking skills with over 150+ interactive labs that you can run locally or trough the SKF UI in your Kubernetes cluster.</p>
</li>
<li>
<span class="icon ico-kno"></span>
<h4>Knowledge Base</h4>
<p>All requirements are correlated to knowledgebase items to give you more in depth information about attack vectors, impact, mitigation and best practices.</p>
</li>
<li>
<span class="icon ico-use"></span>
<h4>User Management</h4>
<p>Manage your users by adding linking SKF to your favourite OIDC provider</p>
</li>
<li>
<span class="icon ico-des"></span>
<h4>Design Patterns</h4>
<p>We included the most used user-stories in SKF to get your team get started quickly implementing ASVS in your projects.</p>
</li>
<li>
<span class="icon ico-sup"></span>
<h4>Support</h4>
<p>Find us on our Gitter channel to ask us anything about SKF and how to get yourself started.</p>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Support -->
<section id="demo" class="bgw">
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none" class="svg" style="height: 2em; width: 168%; fill: #f9f9f9; opacity: 1; transform: rotateY(180deg); position: absolute; left: 0; top: 0;">
<path
d="M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z">
</path>
</svg>
<div class="wrap normal">
<div class="inner pt6 pb6">
<h2 class="h1 text-center">Try the Online Demo</h2>
<h3 class="h2 text-center">Running on Microsoft Azure Kubernetes Service (AKS)</h3>
<div class="demo text-center flx flx-jc">
<div class="top w-100 flx flx-jc">
<!--<ul class="resetList w-100 flx">
<li><strong>Username:</strong> admin</li>
<li><strong>Password:</strong> test-skf</li>
</ul>-->
</div>
<a href="https://secureby.design" class="btn" target="_blank">Online Demo</a>
</div>
</div>
</div>
</section>
<!-- SKF as a service -->
<section id="service" class="bgd np">
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg"viewBox="0 0 1200 120"preserveAspectRatio="none"class="svg" style="height: 2em; width: 147%; fill: rgb(255, 255, 255); opacity: 1; transform: rotateY(0deg); position: absolute; left: 0; top: 0; z-index: 1;">
<path
d="M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z">
</path>
</svg>
<div class="tc w-100 flx">
<div class="col txt w-50 flx flx-ac flx-jc">
<div class="pd3">
<h2 class="h1">SKF as a Service</h2>
<h3 class="h2">Don't want the hassle of setting up and maintaining your own instance? No problem, we can provide SKF as a SaaS!</h3>
<p><a href="mailto:[email protected]?subject=Interested in purchasing SKF as a service" class="btn white">Contact us!</a></p>
</div>
</div>
<div class="col pr img w-50">
<img src="images/site-skf/banner/banner-001-home-01.jpg" alt="SKF as a Service" />
</div>
</div>
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg"viewBox="0 0 1200 120"preserveAspectRatio="none"class="svg" style="height: 2em; width: 147%; fill: rgb(255, 255, 255); opacity: 1; transform: rotate(180deg); position: absolute; bottom: -1px;">
<path
d="M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z">
</path>
</svg>
</section>
<!-- Footer -->
<section id="documentation" class="bgw">
<div class="wrap normal">
<div class="inner pt6 pb6">
<h2 class="h1 text-center">Get started</h2>
<p class="text-center">
<a href="https://github.com/blabla1337/skf-flask" class="btn">SKF Main</a>
<a href="http://owasp-skf.gitbook.io" class="btn">SKF Labs</a>
</li>
<div class="docs w-100">
<ul class="resetList flx">
<li class="w-33">
<a href="https://skf.readme.io/docs/introduction" class="flx flx-jsb">
<span class="ico ico-kno"></span>
<span class="txt">
<h4>Documentation</h4>
<p>First time users should start here. Instructions on how to install, and troubleshooting.</p>
</span>
</a>
</li>
<li class="w-33">
<a href="https://github.com/blabla1337/skf-flask" class="flx flx-jsb">
<span class="ico ico-git"></span>
<span class="txt">
<h4>Contribute</h4>
<p>We encourage you to contribute to SKF, feel free to fork the project on Github.</p>
</span>
</a>
</li>
<li class="w-33">
<a href="javascript:;" class="flx flx-jsb">
<span class="ico ico-cha"></span>
<span class="txt">
<h4>Chat with us</h4>
<p>We are very active in the SKF Gitter chat. We look forward to welcome you!</p>
</span>
</a>
</li>
<li class="w-50">
<a href="https://github.com/blabla1337/skf-flask/issues" class="flx flx-jsb">
<span class="ico ico-sup"></span>
<span class="txt">
<h4>Support</h4>
<p>Need help with anything not covered in the docs? Feel free to post your issue.</p>
</span>
</a>
</li>
<li class="w-50">
<a href="mailto:[email protected]?subject=SKF Donate or Sponsor a feature" class="flx flx-jsb">
<span class="ico ico-pay"></span>
<span class="txt">
<h4>Donate / Sponsor a feature</h4>
<p>All financial contributions directly support future development and features of SKF.</p>
</span>
</a>
</li>
</ul>
</div>
<p class="text-center">Security knowledge framework is licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache 2.0 licence</a></p>
</div>
</div>
</section>
<!-- Supporters -->
<section id="supporters" class="bgg">
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none" class="svg" style="height: 96px; width: 100%; fill: rgb(255, 255, 255); opacity: 1; transform: rotateY(0deg); position: absolute; left: 0; top: 0;">
<path d="M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z">
</path>
</svg>
<div class="wrap normal">
<div class="inner pt6 pb6">
<h2 class="h1 text-center">Supporters</h2>
<h3 class="h2 text-center">Organisations & Companies who deserve our spotlight</h3>
<div id="companies" class="companies">
<ul class="resetList w-100 flx flx-jc">
<li class="w-50">
<span class="img">
<a href="https://openssf.org">
<img src="images/site-skf/logos/logo-openssf.png" width="300" height="300" alt="OpenSSF" />
</a>
</span>
<p>The SKF Project is part of the OpenSSF Working group: Best Practices for Open Source Developers. Our objective is to provide open source developers with best practices recommendations, and with an easy way to learn and apply them. Unlike other existing best practices list, we want it to be widely distributed to open source developers and community-sourced. And we want these practices to stick, thanks to an effective learning platform (Keeper).</p>
</li>
</div>
<div class="companies">
<ul class="resetList w-100 flx flx-jc">
<li class="w-33">
<span class="img">
<img src="images/site-skf/logos/logo-ing.png" width="300" height="300" alt="ING" />
</span>
<p>Special mention to ING for spending significant hours into the SKF Project and the learning platform (Keeper) and fully supporting us in the SKF initiatives.</p>
</li>
<li class="w-33" style="padding-left: 20px; padding-right: 20px;">
<span class="img">
<img src="images/site-skf/logos/logo-microsoft.png" width="300" height="300" alt="Microsoft" />
</span>
<p>Special mention to Microsoft for spending significant hours into the SKF Project and the learning platform (Keeper) and giving us the Azure Kubernetes platform to host the SKF instance.</p>
</li>
<li class="w-33">
<span class="img">
<img src="images/site-skf/logos/logo-google.png" width="300" height="300" alt="Google" />
</span>
<p>We owe gratitude to Google and the amazing GSoC program they run, the SKF team is mentoring students for the past years and added tons of major improvements.</p>
</li>
<li class="w-33">
<span class="img">
<img src="images/site-skf/logos/logo-personio.png" width="300" height="300" alt="Personio" />
</span>
<p>We also want to call out Personio’s amazing work in helping the SKF Project grow and allowing it to reach new frontiers with AWS support, while propelling several other SKF initiatives.</p>
</li>
</ul>
<p class="text-center"><a href="mailto:glenn.ten.cate@[email protected]?subject=SKF Donate or Sponsor a feature" class="btn">Become a supporter!</a></p>
</div>
</div>
</div>
</section>
<!-- Support -->
<section id="thankyou" class="bgw">
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none" class="svg" style="height: 2em; width: 168%; fill: #f9f9f9; opacity: 1; transform: rotateY(180deg); position: absolute; left: 0; top: 0;">
<path
d="M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z">
</path>
</svg>
<div class="wrap normal">
<div class="inner pt6 pb6">
<h2 class="h1 text-center">Thank you</h2>
<h3 class="h2 text-center">SKF Thrives because of these projects</h3>
<div class="docs w-100">
<ul class="resetList flx">
<li class="w-33">
<a href="https://owasp.org/www-project-application-security-verification-standard/" class="flx flx-jsb">
<span class="txt">
<h4>OWASP ASVS</h4>
<p>The project provides a basis for testing web application and also provides developers with a list of requirements for secure development.</p>
</span>
</a>
</li>
<li class="w-33">
<a href="https://owasp.org/www-project-mobile-security-testing-guide/" class="flx flx-jsb">
<span class="txt">
<h4>OWASP MASVS</h4>
<p>The project provides a basis for testing mobile application and also provides developers with a list of requirements for secure development.</p>
</span>
</a>
</li>
<li class="w-33">
<a href="https://owasp.org/www-project-cheat-sheets/" class="flx flx-jsb">
<span class="txt">
<h4>OWASP CheatSheets</h4>
<p>The project was created to provide a set of simple good practice guides for application developers and defenders to follow.</p>
</span>
</a>
</li>
<li class="w-33">
<a href="https://owasp.org/www-project-juice-shop/" class="flx flx-jsb">
<span class="txt">
<h4>OWASP Juiceshop</h4>
<p>OWASP Juice Shop is probably the most modern and sophisticated insecure web application to train your AppSec skills! </p>
</span>
</a>
</li>
<li class="w-33">
<a href="https://owasp.org/www-project-web-security-testing-guide/" class="flx flx-jsb">
<span class="txt">
<h4>OWASP WSTG</h4>
<p>The premier cybersecurity testing document resource for web application developers and security professionals.</p>
</span>
</a>
</li>
<li class="w-33">
<a href="https://www.zaproxy.org/" class="flx flx-jsb">
<span class="txt">
<h4>ZAP</h4>
<p>ZAP is an open-source web application security scanner, this can't be missing in
your security toolkit!</p>
</span>
</a>
</li>
<li class="w-33">
<a href="https://owasp.org/www-project-top-ten/" class="flx flx-jsb">
<span class="txt">
<h4>OWASP TOP 10</h4>
<p>The OWASP Top 10 is a standard awareness document for developers and web application security. </p>
</span>
</a>
</li>
<li class="w-33">
<a href="https://openssf.org/training/courses/" class="flx flx-jsb">
<span class="txt">
<h4>OpenSSF</h4>
<p>The Open Source Security Foundation has developed a trio of free courses 'Secure Software Development Fundamentals' on how to develop secure software.</p>
</span>
</a>
</li>
</ul>
</div>
</div>
</div>
</section>
<footer id="footer" class="bgd">
<div class="wrap wide">
<div class="inner pt3 pb3 flx flx-jsb">
<div class="left">© Security Knowledge Framework</div>
<div class="right" style="opacity: 0.5;">Design powered by Erik de Kuijper</div>
</div>
</div>
</footer>
</div>
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
<script src="js/scroll/scrollto/jquery.scrollTo.min.js"></script>
<script src="js/scroll/aos/aos.js"></script>
<script src="js/scroll/onepage/jquery.nav.js"></script>
<script src="js/actions-skf.js"></script>
</body>
</html>