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

12 lines
200 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 LOGIN PAGE</h1>
</body>
</html>