diff options
Diffstat (limited to 'templates/index.html')
| -rw-r--r-- | templates/index.html | 70 |
1 files changed, 0 insertions, 70 deletions
diff --git a/templates/index.html b/templates/index.html deleted file mode 100644 index 0e5cc84..0000000 --- a/templates/index.html +++ /dev/null @@ -1,70 +0,0 @@ -<!doctype html> -<html> - <head> - <meta charset='utf-8' lang='en'/> - <title>Offline TierMaker</title> - <link rel="stylesheet" href="/static/styles.css"> - <script src="/static/index.js" defer></script> - </head> - <body> - <div class='title'> - <label class='title-label' for='title-input'>My TierList</label> - <input type='text' id='title-input' /> - </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 class='button'> - <label for='load-img-input'> - <img src='/static/img/plus-circle.svg' title='Add images'/> - </label> - <input id='load-img-input' type='file' accept='image/*' multiple/> - </div> - <div class='button'> - <label for='reset-list-input'> - <img src='/static/img/x-circle.svg' title='Reset list'> - </label> - <input id='reset-list-input' type='button' /> - </div> - <div class='button'> - <label for='export-input'> - <img src='/static/img/download.svg' title='Export'> - </label> - <input id='export-input' type='button' /> - </div> - <div class='button'> - <label for='import-input'> - <img src='/static/img/upload.svg' title='Import'/> - </label> - <input id='import-input' type='file' accept='.json' multiple/> - </div> - </div> - <section class='images'></section> - </div> - <p class='hint'>Hint: you can paste an image into this page to have it show up in the image list.</p> - </div> - </section> - <div class="top-container"> - <img id='trash' src='/static/img/trash.svg' title='Delete image (drag it over here)'> - <div class='button'> - <label for='toggle-layout'> - <img src='/static/img/layout.svg' title='Toggle Layout'/> - </label> - <input id='toggle-layout' type='button'/> - </div> - </div> - <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="Enter title here" /> - <textarea id="modal-description" placeholder="Enter description here"></textarea> - <button id="modal-save">Save</button> - </div> - </div> - </body> -</html>
\ No newline at end of file |
