started working on templates and api

This commit is contained in:
2022-04-15 14:59:51 +02:00
parent 26df2e5654
commit 546d3c10f3
16 changed files with 313 additions and 42 deletions

View File

@@ -1,3 +1,4 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
@@ -6,8 +7,9 @@
<link rel="stylesheet" href="css" />
</head>
<body>
<span class="user">Logged in as <em>«data.user.name»</em></span>
<h2>Users</h2>
<h2>Lists</h2>
«userinfo()»
«messages()»
«userlist()»
«listlist()»
</body>
</html>