not-available.html 791 B

12345678910111213141516171819202122232425
  1. <!doctype html>
  2. <!--suppress HtmlUnknownTarget -->
  3. <html lang="en">
  4. <head>
  5. <!-- Required meta tags -->
  6. <meta charset="utf-8">
  7. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  8. <!-- Bootstrap CSS -->
  9. <!--suppress SpellCheckingInspection -->
  10. <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
  11. integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
  12. <title>Grants Application - writer not available</title>
  13. </head>
  14. <body>
  15. <div th:insert="~{fragments/layout::banner}"></div>
  16. <div class="mx-auto" style="width:50%;text-align:center;">
  17. <h1 id="pageHeader">Function Not Available </h1>
  18. </div>
  19. </body>
  20. </html>