Speiseplan der Mensen der Georg-August-Universität Göttingen https://mensa.schneider-hosting.de
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.

29 lines
588 B

7 years ago
  1. <template>
  2. <div id="app">
  3. <router-link to="/zentralmensa/heute">Zentralmensa</router-link>
  4. <router-link to="/turmmensa/heute">Mensa Am Turm</router-link>
  5. <router-link to="/nordmensa/heute">Nordmensa</router-link>
  6. <router-view></router-view>
  7. </div>
  8. </template>
  9. <script>
  10. export default {
  11. name: 'app',
  12. data () {
  13. return {
  14. }
  15. }
  16. }
  17. </script>
  18. <style>
  19. #app {
  20. font-family: 'Avenir', Helvetica, Arial, sans-serif;
  21. -webkit-font-smoothing: antialiased;
  22. -moz-osx-font-smoothing: grayscale;
  23. text-align: center;
  24. color: #2c3e50;
  25. margin-top: 60px;
  26. }
  27. </style>