Add flattr button
authorkangax <kangax@gmail.com>
Fri, 24 Jan 2014 15:04:07 +0000 (10:04 -0500)
committerkangax <kangax@gmail.com>
Fri, 24 Jan 2014 15:04:07 +0000 (10:04 -0500)
index.html
master.css

index a47016b..9381db0 100644 (file)
@@ -8,6 +8,7 @@
   <body>
     <div>
       <div id="outer-wrapper">
+        <script id='fbyg2uy'>(function(i){var f,s=document.getElementById(i);f=document.createElement('iframe');f.src='//api.flattr.com/button/view/?uid=kangax&button=compact&url='+encodeURIComponent(document.URL);f.title='Flattr';f.height=20;f.width=110;f.style.borderWidth=0;s.parentNode.insertBefore(f,s);})('fbyg2uy');</script>
         <div id="wrapper">
           <h1>HTML Minifier <span style="font-size: 0.6em">(v0.5.5)</span></h1>
           <p id="warning">
index 77e50d8..ceb4be7 100644 (file)
@@ -33,3 +33,5 @@ button { font-weight: bold; width: 100px; }
 .presentational-element, .presentational-attribute, .inaccessible-attribute { color: #FF8C00; }
 
 .unsafe { color: #f33; }
+
+iframe { position: absolute; top: 10px; right: 10px; }