starting users

This commit is contained in:
2025-05-18 05:41:26 +03:00
parent 03a20128f7
commit ac51e5c0e8
12 changed files with 314 additions and 2 deletions

10
views/base.etlua Normal file
View File

@ -0,0 +1,10 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Porom</title>
</head>
<body>
<% content_for("inner") %>
</body>
</html>