|
123456789101112131415 |
- <!DOCTYPE html>
-
- <html lang="en">
- <head>
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <title>abp</title>
- <meta charset="utf-8">
- <link rel="stylesheet" href="{{ url_for("static", filename="doc.css") }}">
- <link rel="stylesheet" href="{{ url_for("static", filename="keys.css") }}">
- </head>
-
- <body>
- {{body}}
- </body>
- </html>
|