A self hosted chat application with end-to-end encrypted messaging.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
439 B

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <div th:replace="fragments/head :: headFragment">
  5. <meta charset="UTF-8">
  6. <title id="pageTitle">Home</title>
  7. </div>
  8. <script src="https://code.jquery.com/jquery-2.1.4.min.js" th:if="false"></script>
  9. <script src="http://blackpeppersoftware.github.io/thymeleaf-fragment.js/thymeleaf-fragment.js" defer="defer"
  10. th:if="false"></script>
  11. <meta charset="UTF-8">
  12. <title></title>
  13. </head>
  14. <body>
  15. </body>
  16. </html>