-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
263 lines (257 loc) · 19.3 KB
/
index.html
File metadata and controls
263 lines (257 loc) · 19.3 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
<html lang="en" data-theme="dark" data-webp="true">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="theme-color" content="#11191f">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<meta name="msapplication-TileColor" content="#11191f">
<meta name="msapplication-config" content="https://landingpa.ge/browserconfig.xml">
<link rel="manifest" href="https://landingpa.ge/site.webmanifest">
<meta name="application-name" content="BinSync">
<title>BinSync</title>
<meta name="description" content="A binary-analysis collaboration platform">
<link rel="canonical" href="https://binsync.net">
<meta name="robots" content="index, follow">
<link rel="apple-touch-icon" sizes="180x180" href="assets/img/favicon.ico">
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🎯</text></svg>">
<link rel="icon" type="image/png" sizes="16x16" href="assets/img/favicon.ico">
<link rel="shortcut icon" href="assets/img/favicon.ico">
<link rel="stylesheet" href="assets/css/styles.css"/>
<meta property="og:title" content="BinSync">
<meta property="og:description" content="A binary-analysis collaboration platform">
<meta property="og:url" content="https://binsync.net">
<meta property="og:image" content="https://binsync.net/assets/img/binsync.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:site_name" content="BinSync">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="binsync.net">
<meta name="twitter:title" content="BinSync">
<meta name="twitter:description" content="A binary-analysis collaboration platform">
<meta name="twitter:image" content="https://binsync.net/assets/img/binsync.png">
<noscript>
<style>header{padding-bottom:var(--block-spacing-vertical)}section#demo{display:none}.example.preview .desktop{background-image:url(img/example-preview-desktop-1024.jpg)}.example.preview .mobile{background-image:url(img/example-preview-mobile-256.jpg)}.example.classless .desktop{background-image:url(img/example-classless-desktop-1024.jpg)}.example.classless .mobile{background-image:url(img/example-classless-mobile-256.jpg)}.example.basic-template .desktop{background-image:url(img/example-basic-template-desktop-1024.jpg)}.example.basic-template .mobile{background-image:url(img/example-basic-template-mobile-256.jpg)}.example.company .desktop{background-image:url(img/example-company-desktop-1024.jpg)}.example.company .mobile{background-image:url(img/example-company-mobile-256.jpg)}.example.google-amp .desktop{background-image:url(img/example-google-amp-desktop-1024.jpg)}.example.google-amp .mobile{background-image:url(img/example-google-amp-mobile-256.jpg)}.example.sign-in .desktop{background-image:url(img/example-sign-in-desktop-1024.jpg)}.example.sign-in .mobile{background-image:url(img/example-sign-in-mobile-256.jpg)}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.example.preview .desktop{background-image:url(img/example-preview-desktop-2048.jpg)}.example.preview .mobile{background-image:url(img/example-preview-mobile-512.jpg)}.example.classless .desktop{background-image:url(img/example-classless-desktop-2048.jpg)}.example.classless .mobile{background-image:url(img/example-classless-mobile-512.jpg)}.example.basic-template .desktop{background-image:url(img/example-basic-template-desktop-2048.jpg)}.example.basic-template .mobile{background-image:url(img/example-basic-template-mobile-512.jpg)}.example.company .desktop{background-image:url(img/example-company-desktop-2048.jpg)}.example.company .mobile{background-image:url(img/example-company-mobile-512.jpg)}.example.google-amp .desktop{background-image:url(img/example-google-amp-desktop-2048.jpg)}.example.google-amp .mobile{background-image:url(img/example-google-amp-mobile-512.jpg)}.example.sign-in .desktop{background-image:url(img/example-sign-in-desktop-2048.jpg)}.example.sign-in .mobile{background-image:url(img/example-sign-in-mobile-512.jpg)}}</style>
</noscript>
<style id="">[data-typeit-id]:before {content: '.'; display: inline-block; width: 0; visibility: hidden;}[data-typeit-id]</style>
<style id="9870177">@keyframes blink-9870177 { 0% {opacity: 0} 49% {opacity: 0} 50% {opacity: 1} } [data-typeit-id='9870177'] .ti-cursor { animation: blink-9870177 1s infinite; } [data-typeit-id='9870177'] .ti-cursor.with-delay { animation-delay: 500ms; } [data-typeit-id='9870177'] .ti-cursor.disabled { animation: none; }</style>
</head>
<body>
<nav class="container-fluid">
<ul>
<li>
<a href="https://binsync.net" aria-label="Back home">
<svg style="background-color: #11191f" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="513px" height="512px" viewBox="-0.5 -0.5 513 512"><defs/><g><path d="M 141 229 C 141 327.72 221.03 407.75 319.75 407.75 C 418.47 407.75 498.5 327.72 498.5 229 Z" fill="#f8cecc" stroke="#000000" stroke-width="4" stroke-miterlimit="10" transform="rotate(-45,319.75,318.38)" pointer-events="none"/><path d="M 14 102 C 14 201.41 94.03 282 192.75 282 C 291.47 282 371.5 201.41 371.5 102 Z" fill="#fff2cc" stroke="#000000" stroke-width="4" stroke-miterlimit="10" transform="rotate(135,192.75,192)" pointer-events="none"/><path d="M 152.97 303.61 L 96.58 246.87 L 199.29 144.79 L 186.6 132.02 L 284.23 116.76 L 268.37 214.29 L 255.68 201.53 Z" fill="#f8cecc" stroke="#000000" stroke-width="5" stroke-miterlimit="10" pointer-events="none"/><path d="M 365.95 204.48 L 422.52 261.05 L 319.62 363.95 L 332.35 376.68 L 234.77 392.23 L 250.32 294.65 L 263.05 307.38 Z" fill="#fff2cc" stroke="#000000" stroke-width="5" stroke-miterlimit="10" pointer-events="none"/></g></svg>
<!-- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" height="56px">
<text y=".9em" font-size="60">🚀</text>
</svg> -->
<!-- <svg aria-hidden="true" focusable="false" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000" height="56px">
<path fill="currentColor" d="M633.43 429.23c0 118.38-49.76 184.72-138.87 184.72-53 0-92.04-25.37-108.62-67.32h-2.6v203.12H250V249.7h133.67v64.72h2.28c17.24-43.9 55.3-69.92 107-69.92 90.4 0 140.48 66.02 140.48 184.73zm-136.6 0c0-49.76-22.1-81.96-56.9-81.96s-56.9 32.2-57.24 82.28c.33 50.4 22.1 81.63 57.24 81.63 35.12 0 56.9-31.87 56.9-81.95zM682.5 547.5c0-37.32 30.18-67.5 67.5-67.5s67.5 30.18 67.5 67.5S787.32 615 750 615s-67.5-30.18-67.5-67.5z"></path>
</svg> -->
</a>
</li>
<li><strong>BinSync</strong></li>
</ul>
<ul>
<!--<li><a href="https://picocss.com#examples" class="secondary">Examples</a></li>-->
<li><a href="https://docs.binsync.net" class="secondary">Docs</a></li>
<li>
<a href="https://github.com/binsync" class="contrast" aria-label="Landing Page GitHub repository">
<svg aria-hidden="true" focusable="false" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512" height="16px">
<path fill="currentColor" d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"></path>
</svg>
</a>
</li>
</ul>
</nav>
<header>
<div class="container">
<h1>BinSync</h1>
<p>A binary-analysis collaboration framework</p>
<p align='center'>
<svg style="background-color: #11191f" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="200px" height="200px" viewBox="-0.5 -0.5 513 512"><defs/><g><path d="M 141 229 C 141 327.72 221.03 407.75 319.75 407.75 C 418.47 407.75 498.5 327.72 498.5 229 Z" fill="#f8cecc" stroke="#000000" stroke-width="4" stroke-miterlimit="10" transform="rotate(-45,319.75,318.38)" pointer-events="none"/><path d="M 14 102 C 14 201.41 94.03 282 192.75 282 C 291.47 282 371.5 201.41 371.5 102 Z" fill="#fff2cc" stroke="#000000" stroke-width="4" stroke-miterlimit="10" transform="rotate(135,192.75,192)" pointer-events="none"/><path d="M 152.97 303.61 L 96.58 246.87 L 199.29 144.79 L 186.6 132.02 L 284.23 116.76 L 268.37 214.29 L 255.68 201.53 Z" fill="#f8cecc" stroke="#000000" stroke-width="5" stroke-miterlimit="10" pointer-events="none"/><path d="M 365.95 204.48 L 422.52 261.05 L 319.62 363.95 L 332.35 376.68 L 234.77 392.23 L 250.32 294.65 L 263.05 307.38 Z" fill="#fff2cc" stroke="#000000" stroke-width="5" stroke-miterlimit="10" pointer-events="none"/></g></svg>
</p>
<p><code><small>pip install binsync && binsync --install</small></code></p>
<p><a href="https://docs.binsync.net/quickstart/install" role="button" class="secondary" aria-label="Documentation">Quickstart</a> <a href="https://github.com/binsync/binsync" role="button" class="contrast outline" aria-label="Source">Source</a></p>
<br>
</div>
</header>
<main>
<!-- <section id="demo" aria-label="Demo">
<div class="container">
<article data-theme="light" aria-label="Rendered demo" style="--height:264px;">
<div id="render">
<form onsubmit="event.preventDefault()"><input type="date" placeholder="First name" class="fadeIn"><button class="fadeIn demo-last-child" type="button">Next</button></form>
</div>
<pre><code id="code" data-typeit-id="9870177"><<b>form</b>><br> <<b>i</b><b>n</b><b>p</b><b>u</b><b>t</b> <i>type</i>=<u>"date<span class="ti-cursor disabled" style="display: inline; color: rgb(115, 130, 140); font: 14px / 21px Menlo, Consolas, "Roboto Mono", "Ubuntu Monospace", "Noto Mono", "Oxygen Mono", "Liberation Mono", monospace, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; margin: 0px -6.21484px 0px -2.21484px;">|</span>"</u>><br> <<b>b</b><b>u</b><b>t</b><b>t</b><b>o</b><b>n</b> <i>type</i>=<u>"submit"</u>>Next</<b>b</b><b>u</b><b>t</b><b>t</b><b>o</b><b>n</b>><br></<b>form</b>></code></pre>
</article>
</div>
</section> -->
<section id="principles">
<br>
<div class="container">
<div class="grid">
<div>
<svg aria-hidden="true" focusable="false" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512" height="24px">
<path fill="currentColor" d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8z"></path>
</svg>
<h4>Git Based</h4>
<p>Built on Git for version control, collaboration, and distributed workflows across teams.</p>
</div>
<div>
<svg aria-hidden="true" focusable="false" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" height="24px">
<path fill="currentColor" d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"></path>
</svg>
<h4>Sync in Real Time</h4>
<p>Changes sync automatically across all connected decompilers in real-time.</p>
</div>
<div>
<svg aria-hidden="true" focusable="false" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512" height="24px">
<path fill="currentColor" d="M579.8 267.7c56.5-56.5 56.5-148 0-204.5c-50-50-128.8-56.5-186.3-15.4l-1.6 1.1c-14.4 10.3-17.7 30.3-7.4 44.6s30.3 17.7 44.6 7.4l1.6-1.1c35.1-25.1 85.5-21.7 117.4 10.1c31.8 31.8 35.2 82.2 10.1 117.4l-87.1 121.9-149.5-149.5c-31.8-31.8-82.2-35.2-117.4-10.1c-31.8 31.8-35.2 82.2-10.1 117.4l149.5 149.5L25.4 470.6c-15.6 15.6-15.6 40.9 0 56.6s40.9 15.6 56.6 0l121.9-87.1c56.5-56.5 148-56.5 204.5 0c56.5 56.5 56.5 148 0 204.5s-148 56.5-204.5 0l-1.1-1.6c-10.3-14.4-30.3-17.7-44.6-7.4s-17.7 30.3-7.4 44.6l1.1 1.6c50 50 128.8 56.5 186.3 15.4c56.5-56.5 56.5-148 0-204.5z"></path>
</svg>
<h4>No Tool Boundaries</h4>
<p>Seamlessly work across multiple decompilers without workflow interruption.</p>
</div>
<div>
<svg aria-hidden="true" focusable="false" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512" height="24px">
<path fill="currentColor" d="M392.8 1.2c-17-4.9-34.7 5-39.6 22l-128 448c-4.9 17 5 34.7 22 39.6s34.7-5 39.6-22l128-448c4.9-17-5-34.7-22-39.6zm80.6 120.1c-12.5 12.5-12.5 32.8 0 45.3L562.7 256l-89.4 89.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l112-112c12.5-12.5 12.5-32.8 0-45.3l-112-112c-12.5-12.5-32.8-12.5-45.3 0zm-306.7 0c-12.5-12.5-32.8-12.5-45.3 0l-112 112c-12.5 12.5-12.5 32.8 0 45.3l112 112c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256l89.4-89.4c12.5-12.5 12.5-32.8 0-45.3z"></path>
</svg>
<h4>Scriptable</h4>
<p>Powerful Python API for automation, custom analysis, and workflow integration.</p>
</div>
</div>
</div>
</section>
<section id="examples" data-theme="light">
<div class="container">
<hgroup>
<h2>Supported Platforms</h2>
<h3>
BinSync, and its libraries, are built to run on most decompilers on
Windows, MacOS, and Linux.
</h3>
</hgroup>
<!-- 2x2 grid with BinSync demo videos -->
<div class="grid platforms-grid">
<!-- Angr Demo -->
<div>
<h5>angr</h5>
<video
loop
muted
autoplay
playsinline
width="100%"
>
<source src="assets/video/bs_angr_short.mov" type="video/quicktime" />
Your browser does not support the video tag.
</video>
</div>
<!-- Binary Ninja Demo -->
<div>
<h5>Binary Ninja</h5>
<video
loop
muted
autoplay
playsinline
width="100%"
>
<source src="assets/video/bs_binja_short.mov" type="video/quicktime" />
Your browser does not support the video tag.
</video>
</div>
<!-- Ghidra Demo -->
<div>
<h5>Ghidra</h5>
<video
loop
muted
autoplay
playsinline
width="100%"
>
<source src="assets/video/bs_ghidra_short.mov" type="video/quicktime" />
Your browser does not support the video tag.
</video>
</div>
<!-- IDA Demo -->
<div>
<h5>IDA Pro</h5>
<video
loop
muted
autoplay
playsinline
width="100%"
>
<source src="assets/video/bs_ida_short.mov" type="video/quicktime" />
Your browser does not support the video tag.
</video>
</div>
</div>
</div>
</section>
</main>
<!--
<footer>
<div class="container">
<ul>
<li><a href="https://picocss.com/#examples" class="contrast">Examples</a></li>
<li><a href="https://picocss.com/docs/" class="contrast">Documentation</a></li>
<li><a href="https://github.com/picocss/pico" class="contrast">GitHub</a></li>
<li><a href="https://twitter.com/picocss" class="contrast">Twitter</a></li>
</ul>
</div>
</footer>
-->
</body>
<style type="text/css" id="483394658">.ad,
.Ad,
.ad-container,
.ad-slot,
.ad-unit,
.ad__slot,
.adsbygoogle,
.advert,
.AdHolder,
.AdPlaceholder,
.bxc:not(#foo),
.bx-slab,
.bx-shroud,
.bx-hover,
.bx-creative,
.tp-modal,
.tp-backdrop,
.tp-active,
.OUTBRAIN,
[data-google-query-id],
body [aria-label*="dvert"],
body [class*="dvert"],
body [class*="adunit"],
body [class*="_ad_unit"],
body [class*="bordeaux"],
body [class*="celtra"],
body [class*="dfp-"],
body [class*="dianomi"],
body [class*="onesignal"],
body [class*="sponsored"],
body [class*="taboola"],
body [class*="teads-"],
body [class*="revcontent"],
body [class*="zergnet"],
body [data-google-query-id],
body [id*="google_ads"],
body [id*="onesignal"],
body [id*="taboola"],
body [id*="zergnet"] {
display: none !important;
}
body.bx-client-overlay,
body.tp-modal-open {
overflow: visible !important;
}
</html>