use regular php files instead of twig
This commit is contained in:
parent
d66277b824
commit
6d75d3770a
2 changed files with 14 additions and 1 deletions
10
views/templates/admin.php
Normal file
10
views/templates/admin.php
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Daily Goals</title>
|
||||
</head>
|
||||
<body>
|
||||
<input id='newTextname'/>
|
||||
<button id='submit'>submit</button>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue