This commit is contained in:
cupcakearmy 2020-02-05 22:46:32 +01:00
parent 133447baa7
commit 93c3a9ad58
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9
4 changed files with 17 additions and 0 deletions

3
docs/index.html Normal file
View File

@ -0,0 +1,3 @@
<!DOCTYPE html><html><head><meta name="viewport" content="width=device-width, initial-scale=1"><link rel="stylesheet" href="/main.1ca39266.css"><link rel="stylesheet" href="/main.b89d2493.css"></head><body> <div id="main" class="w-100 h-100"> <div> <h2 class="title is-2"><span>can</span>i<span>haz</span>username</h2> <input id="format" class="input is-rounded" type="text" placeholder="format" value="{character}_{english}"> <br><br> <button id="button" class="button is-link is-rounded">👇 Generate 👇</button> <br><br> <input id="username" class="input is-rounded" type="text" placeholder="" readonly=""> <br><br> <div class="content"> <a target="blank" href="https://github.com/cupcakearmy/canihazusername"> <button id="button" class="button is-link is-rounded">🔗 Github & Docs 🔗</button> </a> <br><br> <pre>yarn add canihazusername</pre> <pre>import { generate } from 'canihazusername'
generate('{character}_{english}')</pre> </div> <div class="content"> <h5 class="title is-5">Available lists</h5> <p id="lists"></p> </div> </div> </div> <script src="/main.280b3579.js"></script>
</body></html>

1
docs/main.1ca39266.css Normal file
View File

@ -0,0 +1 @@
*{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol}body{width:100vw;height:100vh}#main{text-align:center;padding:1em;display:flex;height:100%;width:100%;overflow:auto}#main>div{max-width:35em;margin:auto}pre{text-align:left;padding:1em .5em;border-radius:1.5em}h2 span{color:#3273dc}

9
docs/main.280b3579.js Normal file

File diff suppressed because one or more lines are too long

4
docs/main.b89d2493.css Normal file

File diff suppressed because one or more lines are too long