mirror of
https://github.com/pallets-eco/flask-debugtoolbar.git
synced 2026-01-01 11:10:32 -06:00
10 lines
215 B
HTML
10 lines
215 B
HTML
<html>
|
|
<head>
|
|
<title>Flask-debug-toolbar</title>
|
|
</head>
|
|
<body>
|
|
<h1>Flask-debug-toolbar</h1>
|
|
<a href="{{ url_for('.redirect_example') }}">Redirect example</a>
|
|
</body>
|
|
</html>
|