aboutsummaryrefslogtreecommitdiffstats
path: root/example.html
blob: f883508182fd84809e8099eeaf8cdd68e29567a7 (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="/" title="Webbkarta" width=500 height=300></iframe>
    <p>blah blah blah</p>
  </body>
</html>