add texts page for admin
This commit is contained in:
parent
3165bff891
commit
e4001b564a
1 changed files with 15 additions and 0 deletions
15
views/templates/texts.php
Normal file
15
views/templates/texts.php
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Daily Goals - Texts</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Texts</h1>
|
||||
<a href="/admin" id="back">Back to Admin</a>
|
||||
<ul id="texts-list">
|
||||
{{texts}}
|
||||
</ul>
|
||||
<input id="newTextName"/>
|
||||
<button id="submit">submit</button>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue