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.
 
 
 

36 rivejä
815 B

  1. <template>
  2. <div>
  3. <p>
  4. closest station: D-tram station Liechtenwerder Platz<br>
  5. (Station Spittelau [U4, U6, S-Bahn] is also close by)<br>
  6. </p>
  7. <img src="/gt-blank-way0.jpg">
  8. <p>
  9. Take the stairs up to the main entrance "Augasse 2-6".
  10. </p>
  11. <img src="/gt-blank-way1.jpg">
  12. <p>
  13. After entering the building, just turn right and head to the next door (Alteliers, Büro).
  14. </p>
  15. <p>
  16. <a href="geo:48.23201,16.35773">native geo location link</a> |
  17. <a href="https://www.openstreetmap.org/?mlat=48.23201&mlon=16.35773#map=19/48.23201/16.35773" target="_blank">location pin @ osm.org</a>
  18. </p>
  19. </div>
  20. </template>
  21. <script>
  22. export default {
  23. }
  24. </script>
  25. <style>
  26. img {
  27. max-width: 100%;
  28. max-height: 90vh;
  29. }
  30. a {
  31. color: #fff;
  32. }
  33. </style>