index.html 1.4 KB

12345678910111213141516171819202122232425262728293031
  1. <html>
  2. <header>
  3. <script
  4. src="https://code.jquery.com/jquery-3.5.1.min.js"
  5. integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0="
  6. crossorigin="anonymous"></script>
  7. <link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
  8. <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap" rel="stylesheet">
  9. <link rel="stylesheet" href="static/style.css"/>
  10. <script>
  11. $(function(){
  12. $("#header").load("header.html");
  13. });
  14. </script>
  15. </header>
  16. <body>
  17. <div id="header"></div>
  18. <div>
  19. <p class="text-center roboto500">
  20. This discord is for various minecraft research projects. It is meant to be a more organized public facing server for projects like pack.png and cactus stacc. Currently those projects are still located in the SalC1 discord, but this is meant for any new projects.
  21. </p>
  22. <img class="center" src="static/mainmenu.png"/>
  23. <p class="imgdesc">
  24. Main menu from Minecraft Beta 1.8
  25. </p>
  26. <p class="font150 text-center">
  27. Currently we are working on finding the <a style="text-decoration: underline;" href="panorama/index.html">seed of the menu background</a>.
  28. </p>
  29. </div>
  30. </body>
  31. </html>