aboutsummaryrefslogtreecommitdiffstats
path: root/example.html
blob: c3d3c1ca7c8d5d7391f2537ff5f54d06346ee608 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Hemsida</title>
    <style>
      body {
        text-align: center;
        padding: 1em;
      }
      iframe {
        border: 1px solid black;
      }
    </style>
  </head>
  <body>
    <iframe src="/#z=0" title="Webbkarta" width=500 height=600></iframe>
    <p>blah blah blah</p>
  </body>
</html>