home template

This commit is contained in:
Yisroel Baum 2025-10-29 22:49:20 +02:00
parent 0c7d628d15
commit 6d11657ed4
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

10
templates/home.html.twig Normal file
View file

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>Welcome to Slim!</title>
</head>
<body>
<h1 id="page-title">Hello {{ name }}</h1>
<a href="/login">login</a>
</body>
</html>