add admin file template
This commit is contained in:
parent
e86e3a1238
commit
59a8fc5164
1 changed files with 9 additions and 0 deletions
9
views/templates/admin.html.twig
Normal file
9
views/templates/admin.html.twig
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Daily Goals</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1></h1>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue