kalendasz/templates/index.html

13 lines
347 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>{{ application_name }}</title>
</head>
<body>
<h1>{{ application_name }}</h1>
<p>Click the button below to authorize access and generate your personal calendar link.</p>
<a href="{{ url_for('authorize') }}"><button>Generate Calendar Link</button></a>
</body>
</html>