diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-02-08 21:40:01 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-02-08 21:40:01 -0800 |
| commit | 4c41076570073e8b960742b6e1c2231fecfa6cce (patch) | |
| tree | d9c0412334eaf963bf9bcb32f019c1303a1e478c /tiers.html | |
| parent | da16c5147e37165e420a5205adc46dcfe66baa17 (diff) | |
remove rust portion as its no longer necessary
Diffstat (limited to 'tiers.html')
| -rw-r--r-- | tiers.html | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/tiers.html b/tiers.html new file mode 100644 index 0000000..0c7880b --- /dev/null +++ b/tiers.html @@ -0,0 +1,32 @@ +<!doctype html> +<html> + <head> + <meta charset="utf-8" lang="en"/> + <title>Exported Tier List</title> + <link rel="stylesheet" href="/tiers.css"> + <script src="/tiers.js" defer></script> + </head> + <body> + <div class="title"> + <h1 class="title-label">My TierList</h1> + </div> + <a href="https://github.com/silverweed/tiers" class="gh-link">GitHub</a> + <section class="main-content"> + <div class="tierlist"></div> + <div class="toggleable-container"> + <div class="bottom-container"> + <div class="buttons-container"> + </div> + </div> + </div> + </section> + <div id="image-modal" class="modal"> + <div class="modal-content"> + <span class="close"></span> + <img id="modal-img" src="" alt="Image preview" /> + <input id="modal-title" type="text" placeholder="Title" readonly /> + <textarea id="modal-description" placeholder="Description" readonly></textarea> + </div> + </div> + </body> +</html> |
