-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ 9ff2ed2 🚀
- Loading branch information
Showing
4 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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">← 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">⇄</div> <div class="down swap">⇅</div> <div class="right copy">→</div> <div class="down copy">↓</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">← 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">⇄</div> <div class="down swap">⇅</div> <div class="right copy">→</div> <div class="down copy">↓</div> </div> <div class="column"> <div id="actionlog"> <h2 class="title is-5">Log </h2></div> </div> </div> </section> </main> </div> </body> </html> |