kalendasz/templates/result.html

13 lines
308 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>{{ application_name }}</title>
</head>
<body>
<h1>{{ application_name }}</h1>
<p>Your calendar URL &mdash; save it, it won't be displayed again:</p>
<pre><a href="{{ calendar_url }}">{{ calendar_url }}</a></pre>
</body>
</html>