home template
This commit is contained in:
parent
0c7d628d15
commit
6d11657ed4
1 changed files with 10 additions and 0 deletions
10
templates/home.html.twig
Normal file
10
templates/home.html.twig
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue