index.html 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. <!DOCTYPE html>
  2. <html xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout" layout:decorate="~{layout/layout}">
  3. <head>
  4. <title>Home</title>
  5. </head>
  6. <body>
  7. <div layout:fragment="content" class="ui container">
  8. <br />
  9. <h2>Opening Day!</h2>
  10. <p>
  11. Welcome to our new Asset Store for <a href="http://jmonkeyengine.org/">jMonkeyEngine</a>! All of our assets are created by the jmonkey community
  12. for free!
  13. </p>
  14. <!-- <p>
  15. This website the result of our first goal being reached on <a href="https://www.patreon.com/jayfella">Patreon</a>. We would like to say a big
  16. thank you to those that have supported us. We have a dedicated page with your jmonkey username listed here. Once our next goal has been reached
  17. we will begin to offer <b>paid</b> and <b>sponsored</b> assets!
  18. </p> -->
  19. <!-- <p>
  20. If you would like to support our cause, please <a href="https://www.patreon.com/jayfella">support us on Patreon</a> and help the community
  21. thrive!
  22. </p> -->
  23. <p></p>
  24. <script>
  25. $("#brand-name").addClass("active");
  26. </script>
  27. </div>
  28. </body>
  29. </html>