Skip to content

Commit

Permalink
Deploying to gh-pages from @ c16e4c1 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Lenni009 committed Dec 30, 2024
1 parent ce06b62 commit c0996f0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
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>Coordinate Converter</title> <script type="module" crossorigin src="/Coordinate-Converter/assets/index-BPxCvwti.js"></script> <link rel="stylesheet" crossorigin href="/Coordinate-Converter/assets/index-D7zLhUAW.css"> </head> <body> <div class="container"> <header> <nav> <ul> <li><a href="..">&larr; View other pages</a></li> </ul> <ul> <li><button role="button" id="themeSwitch">Switch Theme</button></li> </ul> </nav> <h1 class="title">Coordinate Converter</h1> </header> <main> <p>Converts from Glyphs or Galactic Coordinates to the Coordinate format of the save file JSON.</p> <section> <h2 class="title">Input</h2> <input id="dataInput" class="input" type="text" maxlength="19" placeholder="Coordinates or Glyphs"> </section> <section> <h2 class="title">Output</h2> <output id="output"></output> <button class="button" id="copyBtn" type="submit">Copy</button> </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>Coordinate Converter</title> <script type="module" crossorigin src="/Coordinate-Converter/assets/index-CQ_SH24L.js"></script> <link rel="stylesheet" crossorigin href="/Coordinate-Converter/assets/index-CCX3GazE.css"> </head> <body> <div class="container"> <header> <nav> <ul> <li><a href="..">&larr; View other pages</a></li> </ul> <ul> <li><button role="button" id="themeSwitch">Switch Theme</button></li> </ul> </nav> <h1 class="title">Coordinate Converter</h1> </header> <main> <p>Converts from Glyphs or Galactic Coordinates to the Coordinate format of the save file JSON.</p> <section> <h2 class="title">Input</h2> <input id="dataInput" class="input" type="text" maxlength="19" placeholder="Coordinates or Glyphs"> </section> <section> <h2 class="title">Output</h2> <output id="output"></output> <button class="button" id="copyBtn" type="submit">Copy</button> </section> </main> </div> </body> </html>

0 comments on commit c0996f0

Please sign in to comment.