summaryrefslogtreecommitdiff
path: root/public/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'public/index.php')
-rw-r--r--public/index.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/public/index.php b/public/index.php
index ad32102..c6a5ad7 100644
--- a/public/index.php
+++ b/public/index.php
@@ -173,9 +173,9 @@ $csrf = csrf_token();
<input name="csrf" id="csrf-token" type="hidden" value="<?= htmlentities($csrf) ?>">
<textarea maxlength="<?= CODE_MAXLENGTH ?>" id="editor" name="code" rows="20"><?= htmlentities($code ?? $defaultCode) ?></textarea>
<div id="toolbar">
- <button type="submit">&#9654;&nbsp;Compile &amp; run</button>
- <button type="button" id="dlCodeButton">Download code as file</button>
- <button type="button" id="permalink">Permalink</button>
+ <button type="submit">&#9654;&#65039;&nbsp;Compile &amp; run</button>
+ <button type="button" id="dlCodeButton">&#128190;&#65039;&nbsp;Download code as file</button>
+ <button type="button" id="permalink">&#128279;&#65039;&nbsp;Permalink</button>
</div>
</form>
<div id="output" style="display: none;"></div>