marinesco/src/main/resources/templates/login.html

12 lines
200 B
HTML
Raw Normal View History

2023-10-02 02:42:32 +03:00
<!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 LOGIN PAGE</h1>
</body>
</html>