This repository has been archived on 2020-03-05. You can view files and clone it, but cannot push or open issues or pull requests.
gymrooster/views/index.mustache

11 lines
147 B
Plaintext

<!DOCTYPE html>
<html lang="en">
{{> head}}
<body>
{{> nav}}
<main>
<h1>Index</h1>
</main>
{{> footer}}
</body>
</html>