• Rework the JavaScript handler. • Fix the card generator. • Nuke all known XSS attacks. • Change the background to white. • Change some fonts on index.html to make it look more modern. • Remove a few ".old" pages. • Improve the mobile-friendliness of index.html. • Remove all styling on <select> tags. • Other varied bugfixes
21 lines
563 B
HTML
21 lines
563 B
HTML
---
|
|
layout: default
|
|
title: Loading...
|
|
---
|
|
|
|
<div id="loadscreen">
|
|
<h1 style="text-align: center;">
|
|
Loading...
|
|
</h1>
|
|
</div>
|
|
<script src="https://unpkg.com/@ungap/url-search-params"></script>
|
|
<script src="/js/helpers.js"></script>
|
|
<script src="/js/handler.js"></script>
|
|
<noscript><h1 style="position: fixed; top: 0; left: 0; z-index: 99999;">
|
|
Enable JavaScript or press the back button on your browser.
|
|
</h1></noscript>
|
|
|
|
<h1 id="description">Processing your request...</h1>
|
|
<h2 id="instructions">Please be patient.</h2>
|
|
<span id="loader"></span>
|