Advertisement
Guest User

Untitled

a guest
Sep 4th, 2015
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title th:text="#{title.error}">Ошибка</title>
  5. <link th:include="fragments/head :: head" th:remove="tag"/>
  6. </head>
  7. <body>
  8. <div class="container" style="margin-top: 60px;">
  9.  
  10.  
  11. <div class="jumbotron well well-lg">
  12. <div class="row">
  13. <div class="col-md-3">
  14. <img class="img-responsive center-block" src="http://gvsmirnov.ru/img/evil-duck.png"></img>
  15. </div>
  16. <div class="col-md-9">
  17.  
  18. <h2 class="text-bigger">MWU-QUACK-HA-HA-HA!</h2>
  19.  
  20. <p>
  21. We are among you. We have infiltrated your homes. We have infiltrated your working places.
  22. Even your bathtubs are not safe from us.
  23. </p>
  24.  
  25. <p>
  26. Any resistance is futile. There is nothing you can do to stop us.
  27. </p>
  28.  
  29. <p>
  30. We are Ducks. We are Legion. And we are watching, ever watching.
  31. </p>
  32.  
  33. <div th:replace="fragments/alert :: alert (type='danger', message=${errorMessage})">Error: Error</div>
  34. <p class="text-muted">
  35. <b>P.S.</b> We made you end up on this page just to mess with you.
  36. </p>
  37. </div>
  38. </div>
  39. </div>
  40.  
  41. <div class="well well-lg">
  42. <div class="row">
  43. <div class="col-md-12">
  44. Seriously, though, your page was not found. You can <a href="/">go home</a>
  45. or drop me an <a href="mailto:me@gvsmirnov.ru">email</a> if you feel like it.
  46.  
  47. The Ducks won't mind it.
  48. </div>
  49. </div>
  50. </div>
  51. <div th:include="fragments/footer :: footer">&copy; 2013 The Static Templates</div>
  52. </div>
  53. </body>
  54. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement