marinesco/target/classes/templates/root.html
2023-10-02 02:47:04 +03:00

12 lines
199 B
HTML

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org">
<head>
<title>Marinesco</title>
</head>
<body>
<h1>Welcome to Marinesco</h1>
</body>
</html>