Adding direction to where to find API key
This commit is contained in:
parent
e5bb396ac6
commit
81967a9b18
1 changed files with 13 additions and 2 deletions
15
index.html
15
index.html
|
|
@ -53,7 +53,13 @@
|
|||
<div class="install-banner" id="install-banner">
|
||||
<span class="install-banner-icon">📲</span>
|
||||
<span id="install-banner-text"></span>
|
||||
<button class="install-banner-close" id="install-banner-close" aria-label="Dismiss">✕</button>
|
||||
<button
|
||||
class="install-banner-close"
|
||||
id="install-banner-close"
|
||||
aria-label="Dismiss"
|
||||
>
|
||||
✕
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<!-- Emoji picker -->
|
||||
|
|
@ -218,7 +224,12 @@
|
|||
<span
|
||||
>Your username and API key are stored
|
||||
<strong>only in this browser</strong> and are never sent anywhere
|
||||
except <strong>api.omg.lol</strong> when you post.</span
|
||||
except <strong>api.omg.lol</strong> when you post. You can find
|
||||
your API key
|
||||
|
||||
<a href="https://home.omg.lol/account" target="_blank"
|
||||
>on your account page</a
|
||||
>.</span
|
||||
>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue