- <!DOCTYPE html>
- <html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org">
- <head th:fragment="head(title)">
- <meta charset="UTF-8">
- <title th:text="${title}">MOOCTEST</title>
- <!--<title>MOOCTEST</title>-->
- <link rel="stylesheet" type="text/css" th:href="@{/vendor/bootstrap/css/bootstrap.min.css}">
- <link rel="stylesheet" type="text/css" th:href="@{/fonts/font-awesome-4.7.0/css/font-awesome.min.css}">
- <link rel="stylesheet" type="text/css" th:href="@{/fonts/iconic/css/material-design-iconic-font.min.css}">
- <link rel="stylesheet" type="text/css" th:href="@{/css/util.css}">
- <link rel="stylesheet" type="text/css" th:href="@{/css/main.css}">
- </head>
- </html>
|