Skip to content

Commit

Permalink
Deploying to gh-pages from @ 9ff2ed2 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Lenni009 committed Nov 11, 2023
1 parent 1652654 commit 4339791
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion assets/index-31f5d851.js

This file was deleted.

1 change: 1 addition & 0 deletions assets/index-c10c2104.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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="./assets/index-31f5d851.js"></script> <link rel="stylesheet" href="./assets/index-40aa9a7b.css"> </head> <body> <div class="container"> <header> <nav> <a href=".." title="Other pages">&larr; View other pages</a> </nav> <h1 class="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="./assets/index-c10c2104.js"></script> <link rel="stylesheet" href="./assets/index-e935b917.css"> </head> <body> <div class="container"> <header> <nav> <a href=".." title="Other pages">&larr; View other pages</a> </nav> <h1 class="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 4339791

Please sign in to comment.