Use mithril.js to make postman like client (Previously was static html with a sprinkling of js)

This commit is contained in:
Peter Stockings
2024-03-28 20:49:49 +11:00
parent 01d24c7b29
commit df458c2738
3 changed files with 130 additions and 121 deletions

View File

@@ -22,6 +22,8 @@
integrity="sha512-g9yptARGYXbHR9r3kTKIAzF+vvmgEieTxuuUUcHC5tKYFpLR3DR+lsisH2KZJG2Nwaou8jjYVRdbbbBQI3Bo5w=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://unpkg.com/mithril/mithril.js"></script>
<style>
@import url("https://rsms.me/inter/inter.css");
@@ -75,7 +77,7 @@
</head>
<body class="gradient leading-relaxed tracking-wide flex flex-col">
<div class="container mx-auto p-4 min-h-screen h-full">
<div class="container mx-auto p-4 lg:p-1 min-h-screen h-full">
{% block content %}