diff --git a/index.html b/index.html index ea621878..d170fdf6 100644 --- a/index.html +++ b/index.html @@ -49,7 +49,11 @@ img { border: 0; } -a.self { font-weight: bold; text-decoration: none; color: #444; border-bottom: 1px solid #aaa } +a.self { + font-weight: bold; + text-decoration: none; + color: #444; + border-bottom: 1px solid #aaa } p, select, label, .blurb, a.turn-off-codemirror { font:13px/1.231 arial, sans-serif; @@ -90,6 +94,10 @@ table#options td { padding-left: 10px; } +#about { + float: left; +} + #about p { margin: 0 6px 6px 0; } @@ -284,6 +292,12 @@ function looks_like_html(source)
+Beautify, unpack or deobfuscate JavaScript and HTML, make JSON/JSONP readable, etc.
+All of the source code is completely free and open, available on the github under MIT licence,
and we have a command-line version, python library and a node package as well.
+
@@ -311,7 +325,8 @@ function looks_like_html(source)
- HTML <style>, <script> formatting: |
Beautify, unpack or deobfuscate JavaScript and HTML, make JSON/JSONP readable, etc.
-All of the source code is completely free and open, available on the github under MIT licence,
and we have a command-line version, python library and a node package as well.
-