personalweb

Archived
git clone git://git.wimdupont.com/personalweb.git
Log | Files | Refs | README | LICENSE

home.html (562B)


      1 <!DOCTYPE html>
      2 <html lang="en" xmlns:th="http://www.thymeleaf.org">
      3 <head th:replace="~{header :: head}"></head>
      4 <head>
      5     <title>Home - Wim Dupont</title>
      6 </head>
      7 <body>
      8 <div class="container wrapper">
      9     <header>
     10         <h1 class="home-title">Home</h1>
     11         <div th:insert="~{navigation}"/>
     12     </header>
     13     <p class="subheader" th:text="${affirmation.affirmation}"/>
     14     <img title="The Way of Kings" src="/images/TheWayOfKings.png" width="960">
     15     <div class="source-credit">
     16         Original art by Michael Whelan
     17     </div>
     18 </div>
     19 </body>
     20 </html>