error.html.j2 864 B

12345678910111213141516171819202122
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initialscale=1.0">
  6. <title>IPERION-HS Semantic Data Integrator (task 5.4)</title>
  7. <link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
  8. <script src="https://code.jquery.com/jquery-1.12.4.js"></script>
  9. <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
  10. <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
  11. </head>
  12. <body>
  13. {% include 'main_header.html.j2' %}
  14. <form method="POST" style="margin: 2em; border-style: groove; padding: 2em;">
  15. <b>ERROR:</b> {{message}}<br/>
  16. <input type="submit" value="Back">
  17. </form>
  18. </body>
  19. </html>