added in several workflow QOL features and updated flake
This commit is contained in:
parent
153276f49c
commit
bc27ffab4e
14 changed files with 3764 additions and 312 deletions
11
templates/base.html
Normal file
11
templates/base.html
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>SK TCG Trader</title>
|
||||
<link rel="stylesheet" href="/assets/main.css" />
|
||||
<script src="/assets/htmx.min.js"></script>
|
||||
</head>
|
||||
<body class="bg-slate-700 m-auto">
|
||||
{% block body %}{% endblock %}
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue