aboutsummaryrefslogtreecommitdiffstats
path: root/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.html
parentb14eaae221c3ed3aeed9a884c400f4947c45b393 (diff)
Move example files to a separate directory.
Diffstat (limited to 'example.html')
-rw-r--r--example.html21
1 files changed, 0 insertions, 21 deletions
diff --git a/example.html b/example.html
deleted file mode 100644
index 67e8300..0000000
--- a/example.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!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="/style2.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>