Goal-Calibration/views/templates/text.php

11 lines
227 B
PHP

<!DOCTYPE html>
<html>
<head>
<title>Daily Goals - Text</title>
</head>
<body>
<a href="/admin/texts" id="back">Back to Texts</a>
<div id="text-detail"></div>
<script src="/js/text.js"></script>
</body>
</html>