Skip to content
Snippets Groups Projects
Commit f2f10b98 authored by David Hammond's avatar David Hammond
Browse files

improve html

parent 4550ae24
Branches
Tags
No related merge requests found
......@@ -6,6 +6,7 @@
<title>Notification</title>
</head>
<body>
<div th:replace="~{fragments/header :: header}"/>
<div>
<h2>Title: Notification</h2>
......
......@@ -4,10 +4,12 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/css/register.css">
<link th:replace="~{fragments/header :: bootstrap-css}"/>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8sh+WyBfGFdBCpjnM2e6aBlIZtEIVJL94p" crossorigin="anonymous">
<title>Sign Up</title>
</head>
<body>
<div th:replace="~{fragments/header :: header}"/>
<div class="container">
<div class="registration-form">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment