add a tag to login page from home

This commit is contained in:
Yisroel Baum 2025-10-29 22:08:04 +02:00
parent 4ab2748498
commit f20da46a3f
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

View file

@ -4,6 +4,7 @@
<title>Welcome to Slim!</title>
</head>
<body>
<h1>Hello {{ name }}</h1>
<h1 id="page-title">Hello {{ name }}</h1>
<a href="/login">login</a>
</body>
</html>