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

16 lines
405 B
Plaintext

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Gymrooster</title>
<link rel="stylesheet" href="scss/index.css">
</head>
<body>
<nav>
<span>Gymrooster</span>
<a href="/login">{{username}}</a>
</nav>
</body>
</html>