|
@@ -1,6 +1,6 @@
|
|
|
-<!doctype html>
|
|
|
|
|
-<!--suppress HtmlUnknownTarget -->
|
|
|
|
|
-<html lang="en">
|
|
|
|
|
|
|
+<!DOCTYPE html>
|
|
|
|
|
+<!--suppress XmlHighlighting -->
|
|
|
|
|
+<html lang="en" xmlns:th="http://www.thymeleaf.org">
|
|
|
<head>
|
|
<head>
|
|
|
<!-- Required meta tags -->
|
|
<!-- Required meta tags -->
|
|
|
<meta charset="utf-8">
|
|
<meta charset="utf-8">
|
|
@@ -11,8 +11,11 @@
|
|
|
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
|
|
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
|
|
|
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
|
|
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
|
|
|
|
|
|
|
|
- <title>Grants Application - home page</title>
|
|
|
|
|
-</head>
|
|
|
|
|
|
|
+ <!--suppress SpellCheckingInspection -->
|
|
|
|
|
+ <script src="https://code.jquery.com/jquery-3.6.0.min.js"
|
|
|
|
|
+ integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
|
|
|
+ <title>Grants - person</title>
|
|
|
|
|
+
|
|
|
<body>
|
|
<body>
|
|
|
|
|
|
|
|
<div th:insert="~{fragments/layout::banner}"></div>
|
|
<div th:insert="~{fragments/layout::banner}"></div>
|