-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.html
1 lines (1 loc) · 1.45 KB
/
settings.html
1
<html lang=en><head><meta charset=utf-8><meta http-equiv=x-ua-compatible content="ie=edge"><title>Settings</title><meta name=viewport content="width=device-width,initial-scale=1,maximum-scale=1"><link rel=icon type=image/x-icon href=assets/icon.png><link rel=apple-touch-icon sizes=180x180 href=assets/icon.png><link rel=manifest href=/manifest.json><link rel=stylesheet href=css/style.css><link rel=stylesheet href=css/main.css><script defer src=js/settings.js></script></head><body><div id=container><div class=topbuttons><a href=/ title="Create a new paste" class="button button-primary">New</a><a href=/terms title="Terms of Use" class="button button-primary">Terms of Use</a><a href=/license title=License class="button button-primary">License</a><a href=/settings title=Settings class="button button-primary">Settings</a></div><h1>Settings</h1><div class=row><h3>Keypair</h3><input id=keypair-value class=data-input readonly><button id=copy-keypair style=color:#fff>🔗 Copy</button><button id=edit-keypair style=color:#fff>Edit</button><p>This is your keypair. If you lose this, you won't be able to edit your pastes.</p><div id=edit-keypair-container class=row style=display:none><div class="twelve columns"><form id=changePair><label for=keypair>Keypair</label><input name=keypair title=Keypair id=keypair class=data-input autocomplete=off><button type=submit style=color:#fff>Save</button></form><p id=errorbox style=color:red></p></div></div></div></div></body></html>