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.

17 lines
428 B

5 years ago
  1. <html>
  2. <head xmlns:th="http://www.thymeleaf.org">
  3. <title></title>
  4. <!--
  5. <link th:href="@{/css/things.css}" rel="stylesheet"></link>
  6. JS
  7. <script th:src="@{/js/things.js}" type="text/javascript"></script> -->
  8. <script th:src="@{js/scljs.js}" type="text/javascript"></script>
  9. <script th:src="@{js/my_Crypto.js}" type="text/javascript"></script>
  10. </head>
  11. <body>
  12. <div id="crypt"></div>
  13. </body>
  14. </html>