Skip to content
Snippets Groups Projects
Select Git revision
  • aedc12f41d81c819ffdbc1b5fdd3bc97246cfac1
  • master default protected
2 results

home.html

Blame
  • home.html 169 B
    
    <html>
        <head><title>Home Page</title></head>
        <body>
        <h1>Hello !</h1>
        <p>Welcome to <span th:text="${appName}">Our App</span></p>
        </body>
        </html>