add home template
This commit is contained in:
parent
09b906a00f
commit
95ea38acfa
1 changed files with 12 additions and 0 deletions
12
views/templates/home.php
Normal file
12
views/templates/home.php
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Daily Goals - Home</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1>Home</h1>
|
||||||
|
<ul id="texts-list">
|
||||||
|
</ul>
|
||||||
|
<script src="/js/home.js"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue