• 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
8 lines
137 B
HTML
8 lines
137 B
HTML
<div class="title">
|
|
<h1>
|
|
<a href="{{ site.baseurl }}/index.html">
|
|
{{ site.title }}
|
|
</a>
|
|
</h1>
|
|
</div>
|