Misc done, working copy, few bugs remain in html, and need to clean up code

This commit is contained in:
Hash Borgir
2022-03-28 00:38:41 -06:00
parent a041997dc4
commit 8a98f51445
11 changed files with 5895 additions and 65 deletions

View File

@@ -197,6 +197,7 @@ $htmltop = <<<EOT
width: 100%;
}
body {
overflow-x: hidden; /* Hide scrollbars */
}
@@ -256,7 +257,10 @@ body {
<li class="nav-item">
<a class="nav-link btn btn-danger" target="_blank" href="uniqueitems.html">Unique Items</a>
</li>
</ul>
<li class="nav-item">
<a class="nav-link btn btn-info" target="_blank" href="misc.html">Misc Items</a>
</li>
</ul>
</div>
</nav>
EOT;