Sha256: e70f4f42ae1e623a0ef3c03cb3d1f9df9f2b2ec33d3b161a38933c5b66de0eb0
Contents?: true
Size: 988 Bytes
Versions: 2
Compression:
Stored size: 988 Bytes
Contents
<html> <head> <style type="text/css"> a.this_link { display: inline-block; width: 75px; vertical-align: bottom; height: 18px; } a.this_link:before { content: "this link"; text-align: center; text-decoration: underline; background: white; width: 75px; height: 18px; position: absolute; } </style> </head> <body> <div id="container"> <h2>OverlayMe bookmarklet</h2> <p>Drag and drop <a class="this_link" href="javascript:(function(){if(!window.overlay_me_loaded){document.body.appendChild(document.createElement('script')).src='https://raw.github.com/frontfoot/overlay_me/master/vendor/assets/javascripts/overlay_me/overlay_me.min.js';}})();">overlay_me</a> to your bookmarks, then go on any web page and click it!</p> <p>Full project here: <a href="https://github.com/frontfoot/overlay_me">https://github.com/frontfoot/overlay_me</a></p> </div> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
overlay_me-0.12.1 | demo_page.html |
overlay_me-0.12.0 | demo_page.html |