diff options
Diffstat (limited to 'public/index.php')
-rw-r--r-- | public/index.php | 6 |
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">▶ Compile & run</button> - <button type="button" id="dlCodeButton">Download code as file</button> - <button type="button" id="permalink">Permalink</button> + <button type="submit">▶️ Compile & run</button> + <button type="button" id="dlCodeButton">💾️ Download code as file</button> + <button type="button" id="permalink">🔗️ Permalink</button> </div> </form> <div id="output" style="display: none;"></div> |