Initial commit

This commit is contained in:
Peter Stockings
2023-12-14 22:22:15 +11:00
commit bbe3356a9c
10 changed files with 5954 additions and 0 deletions

20
templates/Index.html Normal file
View File

@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Function</title>
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap" rel="stylesheet" />
<script src="/static/js/tailwindcss@3.2.4.js"></script>
<script src="/static/js/htmx.min.js" defer></script>
<script src="/static/js/hyperscript.min.js" defer></script>
</head>
<body>
<h1>Function</h1>
<h5>Hello world...</h5>
</body>