Skip to content

Commit

Permalink
Deploying to gh-pages from @ bcf5c29 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Lenni009 committed Dec 30, 2024
1 parent acc2785 commit c11e9e7
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion assets/index-BpqW678b.css

This file was deleted.

1 change: 1 addition & 0 deletions assets/index-C7uUJNe9.css

Large diffs are not rendered by default.

File renamed without changes.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title>Base Relocator</title> <script type="module" crossorigin src="/Base-Relocator/assets/index-D7TEBL6w.js"></script> <link rel="stylesheet" crossorigin href="/Base-Relocator/assets/index-BpqW678b.css"> </head> <body> <div class="container"> <header> <nav class="my-4"> <a href=".." title="Other pages">&larr; View other pages</a> </nav> <h1 class="has-text-centered title is-3">Base Relocator</h1> </header> <main> <section id="input"> <div> <label for="JSONinput">Copy your PersistentPlayerBases JSON section here:</label> <textarea id="JSONinput" class="textarea"></textarea> </div> <p id="warning"></p> </section> <hr> <section id="output"> <div class="buttons"> <button class="button is-primary is-outlined" id="swap" type="button"></button> <button class="button is-primary is-outlined" id="copy" type="button">Copy Modified JSON</button> <button id="reset" class="button is-warning" type="button">Undo Edits</button> <label for="copyCheckbox"> <input type="checkbox" id="copyCheckbox"> <span>Copy base instead of swap</span> </label> </div> <div class="columns"> <div class="column arrow"> <div class="right swap">&#8644;</div> <div class="down swap">&#8645;</div> <div class="right copy">&rarr;</div> <div class="down copy">&darr;</div> </div> <div class="column"> <div id="actionlog"> <h2 class="title is-5">Log </h2></div> </div> </div> </section> </main> </div> </body> </html>
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title>Base Relocator</title> <script type="module" crossorigin src="/Base-Relocator/assets/index-Cefbp6wO.js"></script> <link rel="stylesheet" crossorigin href="/Base-Relocator/assets/index-C7uUJNe9.css"> </head> <body> <div class="container"> <header> <nav class="my-4"> <a href=".." title="Other pages">&larr; View other pages</a> </nav> <h1 class="has-text-centered title is-3">Base Relocator</h1> </header> <main> <section id="input"> <div> <label for="JSONinput">Copy your PersistentPlayerBases JSON section here:</label> <textarea id="JSONinput" class="textarea"></textarea> </div> <p id="warning"></p> </section> <hr> <section id="output"> <div class="buttons"> <button class="button is-primary is-outlined" id="swap" type="button"></button> <button class="button is-primary is-outlined" id="copy" type="button">Copy Modified JSON</button> <button id="reset" class="button is-warning" type="button">Undo Edits</button> <label for="copyCheckbox"> <input type="checkbox" id="copyCheckbox"> <span>Copy base instead of swap</span> </label> </div> <div class="columns"> <div class="column arrow"> <div class="right swap">&#8644;</div> <div class="down swap">&#8645;</div> <div class="right copy">&rarr;</div> <div class="down copy">&darr;</div> </div> <div class="column"> <div id="actionlog"> <h2 class="title is-5">Log </h2></div> </div> </div> </section> </main> </div> </body> </html>

0 comments on commit c11e9e7

Please sign in to comment.