Advertisement
uopspop

Untitled

Aug 23rd, 2018
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. <!doctype html>
  2. <html xmlns:th="http://www.thymeleaf.org" xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout" layout:decorate="~{layout}"lang="en">
  3. <head>
  4. <title>Home</title>
  5. </head>
  6. <body>
  7.  
  8. <div layout:fragment="content">
  9. <div class="jumbotron main-content">
  10. <h1>Welcome to Landon Hotel Admin</h1>
  11. <p>The original Landon perseveres after 50 years in the heart of West London. The West End neighborhood has something for everyone—from theater to dining to historic sights. And the not-to-miss Rooftop Cafe is a great place for travelers and locals to engage over drinks, food, and good conversation.</p>
  12. </div>
  13. <div class="container">
  14. <h3>What do you want to do?</h3>
  15. <ul>
  16. <li><a th:href="@{/guests}">View Guests</a></li>
  17. </ul>
  18. </div>
  19. </div>
  20.  
  21. </body>
  22. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement