Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/recipe-fiddle.git
<!DOCTYPE html>
<head>
<meta charset="utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>${DEFAULT_APP_TITLE}</title>
</head>
<body>
<p>
Log in to <a href="${AUTH_LOGIN_SERVICE}${AUTH_LOGIN_TOKEN}">${DEFAULT_APP_TITLE}</a>.
</p>
<p>
You may <a href="${AUTH_LOGIN_SERVICE}unsubscribe">unsubscribe</a> at any time.
</p>
</body>
</html>