Adding initial UI JS

This still needs lots of tests to be written, and checks for missing
browser functionality (specifically around Blob URLs)
This commit is contained in:
Jeff Avallone
2014-12-04 18:37:35 -05:00
parent bd19966cab
commit 257fb19369
5 changed files with 130 additions and 28 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
<div class="container">
<form id="regexp_form">
<form id="regexp-form">
<textarea id="regexp-input" autofocus="autofocus" placeholder="Enter JavaScript-style regular expression to display"></textarea>
<button type="submit">Display</button>
<ul class="inline-list">
<li><a href="#" class="oi with-text" data-glyph="data-transfer-download">Download</a></li>
<li><a href="#" class="oi with-text" data-glyph="data-transfer-download" download="image.svg" type="image/svg+xml">Download</a></li>
<li><a href="#" class="oi with-text" data-glyph="link-intact">Permalink</a></li>
</ul>
</form>