diff options
Diffstat (limited to 'static/website/templates/index.html')
-rw-r--r-- | static/website/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/website/templates/index.html b/static/website/templates/index.html index a3a6f8a..31d028c 100644 --- a/static/website/templates/index.html +++ b/static/website/templates/index.html @@ -74,7 +74,7 @@ <textarea id="code" placeholder="Write a new code or select existing from above category..."></textarea> </form> </div><!-- /#input --> - <a id="execute" class="button">Execute</a> + <a id="execute" class="button"><span id="execute-inner">Execute</span></a> <div id="output"> <label> |