Mainpage.vue 912 B

123456789101112131415
  1. <template>
  2. <div>
  3. <h1>Welcome to this Project</h1>
  4. This is the WIP website of a Project with the goal to create a new website for RedstoneServer.<br>
  5. It currently has a website with a complex CMS and runs on a very old machine.<br>
  6. The new website should at least provide a friendly less painful way to create an account and write an application, as well as judging these in an easy way.<br>
  7. Further its (again) a learning project for all participants. It will use frameworks like Vue.<br>
  8. <br>
  9. Website for further contact: <a href="http://redstone-server.info">RedstoneServer</a><br>
  10. <br>
  11. If you want to help develop this website by working on front/backend just ask Ecconia. (I appreciate all help!)<br>
  12. - The website probably needs someone to create a style for it. Cause Ecconia mostly does backend functionality.<br>
  13. - Anyone may donate ideas and improvements!<br>
  14. </div>
  15. </template>