Spaces:
Build error
Build error
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Success</title> | |
| <link rel="stylesheet" href="{{ url_for('static', filename='styles.css') }}"> | |
| </head> | |
| <body> | |
| <div class="container"> | |
| <h1>Success</h1> | |
| <p>Your cover letter has been generated successfully.</p> | |
| <a href="{{ url_for('download', filename=temp_file_path) }}">Download Cover Letter</a> | |
| <a href="{{ url_for('index') }}">Back</a> | |
| </div> | |
| </body> | |
| </html> | |