aboutsummaryrefslogtreecommitdiffstats
path: root/example/example.html
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2025-06-14 20:00:45 +0200
committerGuilhem Moulin <guilhem@fripost.org>2025-06-15 02:31:02 +0200
commita69e05598650eea332c9bf2dfdff5196f7b81aba (patch)
tree1477054fe016f13cde99c0087638b2e93e82b80b /example/example.html
parentb14eaae221c3ed3aeed9a884c400f4947c45b393 (diff)
Move example files to a separate directory.
Diffstat (limited to 'example/example.html')
-rw-r--r--example/example.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/example/example.html b/example/example.html
new file mode 100644
index 0000000..d003598
--- /dev/null
+++ b/example/example.html
@@ -0,0 +1,21 @@
+<!DOCTYPE html>
+<html lang="sv">
+ <head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>Hemsida</title>
+ <link rel="stylesheet" href="/example/style.css">
+ </head>
+ <body>
+ <div id="wrapper">
+ <div id="desc">
+ <p>En sådan översiktskarta kan visas någonstans på hemsidan. Man
+ kan zooma in och ut men det är liten begränsat. Klickar man på
+ knappen uppe till höger så öpnar hela kartan i en ny flik. Där kan
+ man välja lager, ladda ner kartan som PNG-fil, och få information om
+ de olika föremålen.</p>
+ </div>
+ <iframe id="map" src="/" title="Webbkarta"></iframe>
+ </div>
+ </body>
+</html>