Files
boringproxy/templates/footer.tmpl
Anders Pitman 60fbfac081 Implement first draft of HTML UI
The UI was originally written using fancy HTML checkbox toggle
hacks in order to make the UI very fast. It's cool but complicated
and difficult to change. In order to make updates to the UI more
quickly, I'm changing it to use traditional HTML with full page
reloads for navigation. It's not as fast but much simpler.
2021-12-14 14:06:25 -07:00

6 lines
58 B
Cheetah

</div>
</div>
</main>
</body>
</html>