index.html 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <link rel="stylesheet" href="/static/css/common.css" />
  5. <style>
  6. span { width: 100%; margin: 0 auto; }
  7. header { width: 100%; margin: 0px auto; }
  8. body {
  9. background: #ddd;
  10. margin: 0;
  11. }
  12. #container {
  13. text-align: center;
  14. width: 100%;
  15. margin: 0;
  16. }
  17. img, svg, text {
  18. margin: 0 auto;
  19. text-align: center;
  20. height: auto !important;
  21. width: auto !important;
  22. display: block;
  23. }
  24. .counter { line-height: 1; margin: 0; }
  25. </style>
  26. </head>
  27. <body data-cid="0">
  28. <nav>
  29. <a class="active" href="/">Home</a>
  30. <a href="/prenota">Prenotati</a>
  31. </nav>
  32. <!--h1 id="counter">asd</h1-->
  33. <div id="container">
  34. <img>
  35. <svg viewBox="0 0 40 18">
  36. <text x="0" y="15">Fit Me</text>
  37. </svg>
  38. </img>
  39. </div>
  40. <script src="/static/js/fitty.min.js"></script>
  41. <script type="application/javascript" src="/static/js/app.js"></script>
  42. </body>
  43. </html>