Goal-Calibration/views/templates/admin.php

11 lines
228 B
PHP

<!DOCTYPE html>
<html>
<head>
<title>Daily Goals - Admin</title>
</head>
<body>
<button id="logout">Logout</button>
<a href="/admin/texts" id="texts">Texts</a>
<script src="/js/auth.js"></script>
</body>
</html>