-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
432 lines (407 loc) · 25.1 KB
/
index.html
File metadata and controls
432 lines (407 loc) · 25.1 KB
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
<!DOCTYPE html>
<html data-wf-domain="hack-armour-about.webflow.io" data-wf-page="609e734771a5a5e7a6fd2fa7"
data-wf-site="609e734771a5a528c9fd2fa2" data-wf-status="1">
<!-- // hack-armour-about.webflow.a15eeb960 -->
<head>
<meta charset="utf-8" />
<title>The Odyssey CTF</title>
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta name="title" content="The Odyssey CTF">
<meta name="description"
content="Embark on the Cybersecurity Odyssey CTF, a captivating journey inspired by Greek mythology and Homer's The Odyssey. This epic event will take place from the 21st to 23rd of July. Engage in 24 diverse challenges across multiple domains, from Web and Reverse Engineering to Pwn, Forensics, Cryptography, and Steganography. Registration opens on June 10th, offering the chance to compete for glorious prizes and join a community of passionate warriors. Unleash your inner hero and leave your mark in the annals of cybersecurity. Will you answer the call and seize this extraordinary opportunity? Join us on this legendary odyssey!" />
<link href="css/main.css" rel="stylesheet" type="text/css" />
<script src="ajax/libs/webfont/1-6-26/webfont.js" type="text/javascript"></script>
<script type="text/javascript">WebFont.load({ google: { families: ["Share Tech Mono:regular"] } });</script>
<!--[if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js" type="text/javascript"></script><![endif]-->
<script
type="text/javascript">!function (o, c) { var n = c.documentElement, t = " w-mod-"; n.className += t + "js", ("ontouchstart" in o || o.DocumentTouch && c instanceof DocumentTouch) && (n.className += t + "touch") }(window, document);</script>
<link rel="apple-touch-icon" sizes="180x180" href="/favico/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favico/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favico/favicon-16x16.png">
<link rel="manifest" href="/favico/site.webmanifest">
<link rel="mask-icon" href="/favico/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
</head>
<body class="body">
<div class="page-layout">
<div data-collapse="medium" data-animation="default" data-duration="400" data-easing="linear" data-easing2="linear"
data-doc-height="1" role="banner" class="navbar w-nav">
<div class="container container-navbar"><a href="#" class="brand-logo w-nav-brand"><img src="fonts/logo.png"
height="" alt="The Odyssey Logo" class="brand-logo-image" /></a>
<nav role="navigation" class="navbar-menu w-nav-menu"><a href="https://odyssey.hackarmour.com"
class="nav-link w-nav-link">Home</a><a href="#" class="nav-link w-nav-link"><span
class="text-span">About</span></a><a
href="mailto:odyssey@hackarmour.com?subject=Hello!%20I%20want%20to%20contact%20with%20you%20for%20some%20stuff!"
class="nav-link w-nav-link" target="_blank">Contact</a><a href="https://discord.gg/qNnYNyVMem"
target="_blank" class="button-2 w-button">Join Us!</a></nav>
<div class="menu-button w-nav-button">
<div class="w-icon-nav-menu"></div>
</div>
</div>
</div>
<div class="hero-section">
<div class="container">
<div class="wrapper-m s-p-64 c-b-neutral-20 sh-p-32 sm-p-16">
<div class="">
<div class="div-block"><a href="https://odyssey.hackrmour.com" class="link-icon s-m-b-48 w-inline-block">
</a>
<h1 class="heading xl">The Odyssey CTF</h1>
<div class="body-text l">Welcome, noble warriors and cunning minds, to an epic voyage through the realm of
cybersecurity! Behold, the herald of a grand adventure, a tale woven in the tapestry of ancient Greek
mythology. Prepare yourselves, for the winds of challenge shall guide you on a modern odyssey, inspired
by the immortal words of Homer's Odyssey.
<br /><br />
As the dawn of a new era approaches, the stage is set for an extraordinary Cybersecurity Capture the
Flag (CTF) competition, a digital battleground where mortals shall test their mettle against formidable
trials. Inspired by the twenty-four books that comprise the Odyssey, this legendary contest shall mirror
the odyssey of the valiant Odysseus as he sought his path back to Ithaca.
<br /><br />
Within this domain of cunning riddles and intricate puzzles, the gods of technology shall bear witness
to your tenacity, ingenuity, and unwavering spirit. Each book shall represent a chapter in this odyssey,
guiding you through a myriad of challenges that transcend the boundaries of time and imagination.
<br /><br />
As the sun ascends to its zenith in the heavens, a proclamation resounds throughout the digital realm.
Behold, mighty warriors, for the Cybersecurity Odyssey CTF awaits your arrival on the auspicious days of
<b>July 21st to July 23rd.</b> For two full days, this event shall endure, igniting the flames of
competition and uniting warriors from far and wide. Unveil the precise hour of The Odyssey CTF in your
time zone by clicking <a
href="https://www.timeanddate.com/worldclock/fixedtime.html?msg=The+Odyssey+CTF&iso=20230721T13&p1=%3A"
target="_blank">here</a>.
<br /><br />
<div class="flex">
<h1 class="heading xl" style="text-align: center;">
Sponsors
</h1>
<div class="container">
<a href="https://hackrocks.com" class="">
<img src="/img/hackrocks.png" alt="Hackrocks" class="sponsors" />
</a>
<a href="https://hackthebox.com" class="">
<img src="/img/hackthebox.png" alt="HackTheBox" class="sponsors" />
</a>
</div>
</div>
<br /><br />
<div class="flex">
<h1 class="heading xl">Prizes</h1>
<div class="prizes">
<div class="container card">
<h2>
<img src="/609e734771a5a513eefd2fb0/d889c95d7d8ecbd8a1c68b2b3d95561e.svg" alt="medal"> 1st Place
</h2>
<h3>
1 year VIP+ of
<a href="https://hackthebox.com" class="link-icon w-inline-block">
HackTheBox*</a>
<br /><br />
1 year PRO of
<a href="https://hackrocks.com" class="link-icon w-inline-block">
Hackrocks*</a>
</h3>
</div>
<div class="container card">
<h2>
<img src="/609e734771a5a513eefd2fb0/d889c95d7d8ecbd8a1c68b2b3d95561e.svg" alt="medal"> 2nd Place
</h2>
<h3>
6 months VIP of
<a href="https://hackthebox.com" class="link-icon w-inline-block">
HackTheBox*</a>
<br /><br />
6 months PRO of
<a href="https://hackrocks.com" class="link-icon w-inline-block">
Hackrocks*</a>
</h3>
</div>
<div class="container card">
<h2>
<img src="/609e734771a5a513eefd2fb0/d889c95d7d8ecbd8a1c68b2b3d95561e.svg" alt="medal"> 3rd Place
</h2>
<h3>
1 month VIP of
<a href="https://hackthebox.com" class="link-icon w-inline-block">
HackTheBox*</a>
<br /><br />
3 months PRO of
<a href="https://hackrocks.com" class="link-icon w-inline-block">
Hackrocks*</a>
</h3>
</div>
</div>
<p>
* For all members of the team
</p>
</div>
Gather your comrades, for this extraordinary contest is best faced as a team. Let no more than
<b>ten</b>
valiant souls unite in a bond forged through trust and camaraderie. Together, you shall navigate the
treacherous seas of challenges, pooling your wisdom and skills to overcome the obstacles that lie ahead.
</p>
</div>
</div>
</div>
</div>
</div>
<div>
<div class="feature-section">
<div class="container">
<div class="wrapper-m s-m-p-t-0">
<div class="w-layout-grid feature-grid-4 r-2 s-m-p-0">
<div id="w-node-b8405bb7-79ef-4632-cef7-c9fcb815bda9-a6fd2fa7"
data-w-id="b8405bb7-79ef-4632-cef7-c9fcb815bda9" class="progress">
<div class="progress-bar">
<div data-w-id="14f2c367-95e6-d8f4-c1ac-5e0eecbf0a1b" class="progress-bar-indicator"></div>
</div>
<ul role="list" class="list">
<li class="progress-item s-m-b-52"><a href="#Web" class="progress-link">Web</a></li>
<li class="progress-item s-m-b-52"><a href="#Rev" class="progress-link">Reverse Engineering</a></li>
<li class="progress-item s-m-b-52"><a href="#Pwn" class="progress-link">PWN</a></li>
<li class="progress-item s-m-b-52"><a href="#Forensics" class="progress-link">Forensics</a></li>
<li class="progress-item s-m-b-52"><a href="#Crypto" class="progress-link">Cryptography</a></li>
<li class="progress-item s-m-b-52 bottom-item"><a href="#Stego"
class="progress-link">Steganography</a></li>
</ul>
</div>
<div id="w-node-_4e03e5cb-37aa-38d5-6d3e-67f369c288db-a6fd2fa7" class="w-dyn-list">
<div role="list" class="w-dyn-items">
<div role="listitem" class="feature-grid-4 r-2 w-dyn-item">
<div id="w-node-b20d4c30-9e1d-5039-e79a-79931fb5e267-a6fd2fa7" class="html-embed w-embed">
<div id="Web"></div>
</div>
<div id="w-node-_4ccecd14-01bf-4ade-cbe6-9f98abb0a469-a6fd2fa7">
<h2 data-w-id="4ccecd14-01bf-4ade-cbe6-9f98abb0a46a" style="opacity:0" class="heading l">Web
</h2>
<p data-w-id="4ccecd14-01bf-4ade-cbe6-9f98abb0a46f" style="opacity:0" class="body-text m">
Venture
into the realm of the Web, where mythical creatures and ancient artifacts intertwine with
lines
of code. Untangle the web of secrets and navigate treacherous paths, for hidden within lie the
keys to unlocking your destiny.</p>
</div>
<img id="w-node-_445e9864-fdbd-64e9-9968-cd8405e9dc61-a6fd2fa7" style="opacity:0"
data-w-id="445e9864-fdbd-64e9-9968-cd8405e9dc61"
src="609e734771a5a513eefd2fb0/609e734771a5a5b0dafd2fb7_object 1.svg"
alt="Some Image Alternate Lol" class="image" />
<div id="w-node-_9cf2dba8-5e3b-e0e1-ee33-ef06ee913704-a6fd2fa7"
class="w-layout-grid l-g-4-col s-p-b-64">
</div>
</div>
<div role="listitem" class="feature-grid-4 r-2 w-dyn-item">
<div id="w-node-b20d4c30-9e1d-5039-e79a-79931fb5e267-a6fd2fa7" class="html-embed w-embed">
<div id="Rev"></div>
</div>
<div id="w-node-_4ccecd14-01bf-4ade-cbe6-9f98abb0a469-a6fd2fa7">
<h2 data-w-id="4ccecd14-01bf-4ade-cbe6-9f98abb0a46a" style="opacity:0" class="heading l">Reverse
Engineering</h2>
<p data-w-id="4ccecd14-01bf-4ade-cbe6-9f98abb0a46f" style="opacity:0" class="body-text m">In the
realm of Reverse Engineering, the power of Hephaestus shall test your ability to unravel
intricate mechanisms and divine the purpose hidden within. Like the cunning Odysseus, you must
deconstruct and rebuild, embracing the wisdom of the gods.</p>
</div><img id="w-node-_445e9864-fdbd-64e9-9968-cd8405e9dc61-a6fd2fa7" style="opacity:0"
data-w-id="445e9864-fdbd-64e9-9968-cd8405e9dc61"
src="609e734771a5a513eefd2fb0/609e734771a5a56b9cfd2fb6_object 2.svg"
alt="Some Image Alternate Lol" class="image" />
<div id="w-node-_9cf2dba8-5e3b-e0e1-ee33-ef06ee913704-a6fd2fa7"
class="w-layout-grid l-g-4-col s-p-b-64">
</div>
</div>
</div>
<div role="listitem" class="feature-grid-4 r-2 w-dyn-item">
<div id="w-node-b20d4c30-9e1d-5039-e79a-79931fb5e267-a6fd2fa7" class="html-embed w-embed">
<div id="Pwn"></div>
</div>
<div id="w-node-_4ccecd14-01bf-4ade-cbe6-9f98abb0a469-a6fd2fa7">
<h2 data-w-id="4ccecd14-01bf-4ade-cbe6-9f98abb0a46a" style="opacity:0" class="heading l">
Pwn</h2>
<p data-w-id="4ccecd14-01bf-4ade-cbe6-9f98abb0a46f" style="opacity:0" class="body-text m">Pwn, a
realm shrouded in shadows, awaits those who dare to delve deep into the darkness. Battle against
formidable adversaries, employing your skills to breach the defenses and claim victory over the
forces that seek to obstruct your passage. </p>
</div><img id="w-node-_445e9864-fdbd-64e9-9968-cd8405e9dc61-a6fd2fa7" style="opacity:0"
data-w-id="445e9864-fdbd-64e9-9968-cd8405e9dc61"
src="609e734771a5a513eefd2fb0/609e734771a5a5d3d3fd2fb5_object 3.svg"
alt="Some Image Alternate Lol" class="image" />
<div id="w-node-_9cf2dba8-5e3b-e0e1-ee33-ef06ee913704-a6fd2fa7"
class="w-layout-grid l-g-4-col s-p-b-64">
</div>
</div>
<div role="listitem" class="feature-grid-4 r-2 w-dyn-item">
<div id="w-node-b20d4c30-9e1d-5039-e79a-79931fb5e267-a6fd2fa7" class="html-embed w-embed">
<div id="Forensics"></div>
</div>
<div id="w-node-_4ccecd14-01bf-4ade-cbe6-9f98abb0a469-a6fd2fa7">
<h2 data-w-id="4ccecd14-01bf-4ade-cbe6-9f98abb0a46a" style="opacity:0" class="heading l">
Forensics</h2>
<p data-w-id="4ccecd14-01bf-4ade-cbe6-9f98abb0a46f" style="opacity:0" class="body-text m">In the
realm of Forensics, channel the vision of Apollo, god of prophecy and insight. Uncover hidden
truths, decipher cryptic messages, and reconstruct the past as you retrace the footsteps of
those
who came before.</p>
</div><img id="w-node-_445e9864-fdbd-64e9-9968-cd8405e9dc61-a6fd2fa7" style="opacity:0"
data-w-id="445e9864-fdbd-64e9-9968-cd8405e9dc61"
src="609e734771a5a513eefd2fb0/609e734771a5a5258afd2fb4_object 4.svg"
alt="Some Image Alternate Lol" class="image" />
<div id="w-node-_9cf2dba8-5e3b-e0e1-ee33-ef06ee913704-a6fd2fa7"
class="w-layout-grid l-g-4-col s-p-b-64">
</div>
</div>
<div role="listitem" class="feature-grid-4 r-2 w-dyn-item">
<div id="w-node-b20d4c30-9e1d-5039-e79a-79931fb5e267-a6fd2fa7" class="html-embed w-embed">
<div id="Crypto"></div>
</div>
<div id="w-node-_4ccecd14-01bf-4ade-cbe6-9f98abb0a469-a6fd2fa7">
<h2 data-w-id="4ccecd14-01bf-4ade-cbe6-9f98abb0a46a" style="opacity:0" class="heading l">
Cryptography </h2>
<p data-w-id="4ccecd14-01bf-4ade-cbe6-9f98abb0a46f" style="opacity:0" class="body-text m">Within
the
realm of Cryptography, the enigmatic art of concealing messages lies at the heart of your quest.
Like Hermes, the messenger of the gods, you must master the secret language of encryption and
decryption. Unravel the ancient codes, decipher the intricate ciphers, and unlock the hidden
wisdom that lies within. For only those who possess the key to knowledge shall triumph in this
realm of clandestine communication.</p>
</div><img id="w-node-_445e9864-fdbd-64e9-9968-cd8405e9dc61-a6fd2fa7" style="opacity:0"
data-w-id="445e9864-fdbd-64e9-9968-cd8405e9dc61"
src="609e734771a5a513eefd2fb0/609e734771a5a52ebbfd2fb3_object 5.svg"
alt="Some Image Alternate Lol" class="image" />
<div id="w-node-_9cf2dba8-5e3b-e0e1-ee33-ef06ee913704-a6fd2fa7"
class="w-layout-grid l-g-4-col s-p-b-64">
</div>
</div>
<div role="listitem" class="feature-grid-4 r-2 w-dyn-item">
<div id="w-node-b20d4c30-9e1d-5039-e79a-79931fb5e267-a6fd2fa7" class="html-embed w-embed">
<div id="Stego"></div>
</div>
<div id="w-node-_4ccecd14-01bf-4ade-cbe6-9f98abb0a469-a6fd2fa7">
<h2 data-w-id="4ccecd14-01bf-4ade-cbe6-9f98abb0a46a" style="opacity:0" class="heading l">
Steganography</h2>
<p data-w-id="4ccecd14-01bf-4ade-cbe6-9f98abb0a46f" style="opacity:0" class="body-text m">In the
realm of Steganography, the art of hiding messages in plain sight, the spirit of Athena guides
your every step. Like the goddess of wisdom, you must possess a keen eye for detail and a shrewd
mind. Delve into images, delve into sounds, and unearth the concealed gems that lie beneath the
surface. Unmask the hidden messages, expose the covert secrets, and claim your place as a master
of this realm, where truth and deception intertwine.</p>
</div><img id="w-node-_445e9864-fdbd-64e9-9968-cd8405e9dc61-a6fd2fa7" style="opacity:0"
data-w-id="445e9864-fdbd-64e9-9968-cd8405e9dc61"
src="609e734771a5a513eefd2fb0/609e734771a5a55c19fd2fb2_object 6.svg"
alt="Some Image Alternate Lol" class="image" />
<div id="w-node-_9cf2dba8-5e3b-e0e1-ee33-ef06ee913704-a6fd2fa7"
class="w-layout-grid l-g-4-col s-p-b-64">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="hero-section">
<div class="container">
<div class="wrapper-m s-p-64 c-b-neutral-20 sh-p-32 sm-p-16">
<div class="">
<p class="body-text l">
Visit our splendid landing page, meticulously crafted to honor the spirit of the Odyssey. Feast your eyes
upon its majestic design, as it draws you closer to the siren call of the challenges that await. There,
you
shall discover further details, the rules that govern this odyssey, and the wondrous prizes that await the
victorious.
<br /><br />
Let your name be etched in the annals of history, alongside the great heroes and heroines of ancient lore.
Unleash the power within, navigate the tumultuous seas of cyberspace, and conquer the challenges that
await.
Embrace the odyssey, for within its trials lies the forging of legends.
<br /><br />
May the gods of technology and wisdom guide you, noble participants, as you embark upon this extraordinary
journey, destined to be eternally remembered as the Cybersecurity Odyssey CTF.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="cta-section">
<div class="container">
<div class="wrapper-m">
<div class="w-layout-grid grid-cta">
<div class="cta-section-text-wrapper">
<h2 class="heading-2 l ct-neutral-10">Join our Discord Server!</h2>
<p class="body-text l ct-neutral-10">Join us on our only official discord server for updates and
announcements regarding the CTF</p>
</div>
<div id="w-node-eaa82ada-4211-a0ea-1508-546663c5a37f-a6fd2fa7"><a href="http://discord.gg/qNnYNyVMem"
target="_blank" class="button medium w-inline-block">
<div class="button-text-2">Click here to pop up Hack Armour's Discord!</div>
</a></div>
</div>
</div>
</div>
</div>
<footer class="footer-2">
<div class="container-2">
<div class="footer-top-2">
<div class="footer-menu-wrapper"><a href="#" class="footer-logo s-m-r-24 sh-m-0 w-nav-brand"><img
src="fonts/609e8c033a3958b059753e18_download.svg" height="" alt="Hack Armour Official Logo"
class="brand-logo-image" /></a></div>
<div class="sm-icons-wrapper"><a href="https://twitter.com/hackarmour" target="_blank"
class="sm-icon-link w-inline-block">
<div class="social-media-icon w-embed"><svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" width="1em" height="1em"
style="-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);"
preserveAspectRatio="xMidYMid meet" viewBox="0 0 1024 1024">
<path
d="M928 254.3c-30.6 13.2-63.9 22.7-98.2 26.4a170.1 170.1 0 0 0 75-94a336.64 336.64 0 0 1-108.2 41.2A170.1 170.1 0 0 0 672 174c-94.5 0-170.5 76.6-170.5 170.6c0 13.2 1.6 26.4 4.2 39.1c-141.5-7.4-267.7-75-351.6-178.5a169.32 169.32 0 0 0-23.2 86.1c0 59.2 30.1 111.4 76 142.1a172 172 0 0 1-77.1-21.7v2.1c0 82.9 58.6 151.6 136.7 167.4a180.6 180.6 0 0 1-44.9 5.8c-11.1 0-21.6-1.1-32.2-2.6C211 652 273.9 701.1 348.8 702.7c-58.6 45.9-132 72.9-211.7 72.9c-14.3 0-27.5-.5-41.2-2.1C171.5 822 261.2 850 357.8 850C671.4 850 843 590.2 843 364.7c0-7.4 0-14.8-.5-22.2c33.2-24.3 62.3-54.4 85.5-88.2z"
fill="#00000" />
</svg></div>
</a>
<div class="social-media-icon w-embed"></div>
</div>
</div>
<div class="footer-bottom-2">
<div class="text-block">© Hack Armour 2023. All rights reserved<br />By <a href="https://github.com/hackarmour"
target="_blank">the team</a></div>
<div><a href="https://www.patreon.com/hackarmour" target="_blank" class="vertical-menu-link">Support</a> <a
href="https://github.com/hackarmour" target="_blank" class="vertical-menu-link">GitHub</a></div>
</div>
</div>
</footer>
<div class="custom-code w-embed">
<link
href="https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp"
rel="stylesheet">
<style>
/* Material Icons Shortcut */
.material-icons,
.material-icons-outlined,
.material-icons-two-tone,
.material-icons-round,
.material-icons-sharp {
font-weight: normal;
font-style: normal;
font-size: 20px;
line-height: 20px;
display: inline-block;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
font-feature-settings: 'liga';
}
.material-icons-two-tone {
color: red !important;
}
.material-icons-s {
font-size: 16px;
line-height: 16px;
}
</style>
</div>
</div>
<script src="/js/jquery.min.js" type="text/javascript"></script>
<script src="/js/main.js" type="text/javascript"></script>
</body>
</html>