Added experimental about page, updated more Rome code, first preparations to adapt feed fetcher code
This commit is contained in:
13
src/main/resources/templates/about.html
Normal file
13
src/main/resources/templates/about.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title th:text="'About ' + ${appName}"></title>
|
||||
<link th:href="@{/styles/stylesheet.css}" rel="stylesheet" />
|
||||
<link th:href="@{/favicon.ico}" rel="shortcut icon" type="image/x-icon" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>About <a href="/" th:text="${appName}"></a></h1>
|
||||
<p>This is a feed aggregator & feed reader application</p>
|
||||
<hr />
|
||||
<div class="foot" th:text="${appName}"></div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user