Merge pull request 'chore: Update branche' (#1) from Maradona/Backend:main into main

Reviewed-on: 2210970/Backend#1
pull/1/head
Mohammad Hawrami 2024-10-30 20:05:45 +01:00
commit 4d23a78dba
3 changed files with 9 additions and 2 deletions

View File

@ -9,5 +9,4 @@ public class BackendApplication {
public static void main(String[] args) {
SpringApplication.run(BackendApplication.class, args);
}
}

View File

@ -0,0 +1,7 @@
<th:block th:fragment="metadata">
<meta name="keywords" content="'maradona, inter, skill'" />
<meta name="description" content="Maradona Beschreibung" />
<meta name="author" content="Maradona" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</th:block>

View File

@ -1,7 +1,8 @@
<!DOCTYPE html>
<html xmlns:th="http://www.thymeleaf.org">
<head>
<title>My Website</title>
<div th:replace="~{_metadata :: metadata}"></div>
<title>My Skill Management System</title>
</head>
<body>
<div th:replace="~{_header :: header(activePage=${home})}"></div>