summaryrefslogtreecommitdiffhomepage
path: root/src/de
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-06-02 15:34:59 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-06-02 15:34:59 +0200
commit7ea38eb5a6d7f161f5829e93f94d2c9b01eb4a17 (patch)
treeeb93520813f3e883292c3525a417c64e724d804c /src/de
parent07a86f5e06f34aacf44ffccc26d0206dc27dba9a (diff)
Improve the mobile experience a bit
Diffstat (limited to 'src/de')
-rw-r--r--src/de/euro/coins.template.html1
-rw-r--r--src/de/euro/index.html1
-rw-r--r--src/de/euro/notes.template.html1
-rw-r--r--src/de/euro/tnotes.template.html1
-rw-r--r--src/de/index.html1
5 files changed, 5 insertions, 0 deletions
diff --git a/src/de/euro/coins.template.html b/src/de/euro/coins.template.html
index 439617d..1f57a55 100644
--- a/src/de/euro/coins.template.html
+++ b/src/de/euro/coins.template.html
@@ -2,6 +2,7 @@
<html lang=XX>
<head>
<meta charset=UTF-8 />
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
<title><!-- DEMON --> Euro Coins</title>
<link rel="shortcut icon" type="image/svg" href="/favicon.svg" />
<link rel="stylesheet" type="text/css" href="/style.css" />
diff --git a/src/de/euro/index.html b/src/de/euro/index.html
index d70bd8e..99bf9f7 100644
--- a/src/de/euro/index.html
+++ b/src/de/euro/index.html
@@ -2,6 +2,7 @@
<html lang=XX>
<head>
<meta charset=UTF-8 />
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Euro-Coins & -Banknotes</title>
<link rel="shortcut icon" type="image/svg" href="/favicon.svg" />
<link rel="stylesheet" type="text/css" href="/style.css" />
diff --git a/src/de/euro/notes.template.html b/src/de/euro/notes.template.html
index f15f087..0e2cc7e 100644
--- a/src/de/euro/notes.template.html
+++ b/src/de/euro/notes.template.html
@@ -2,6 +2,7 @@
<html lang=XX>
<head>
<meta charset=UTF-8 />
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
<title>€<!-- DENOM --> Banknotes</title>
<link rel="shortcut icon" type="image/svg" href="/favicon.svg" />
<link rel="stylesheet" type="text/css" href="/style.css" />
diff --git a/src/de/euro/tnotes.template.html b/src/de/euro/tnotes.template.html
index 982e1cf..a22c9b6 100644
--- a/src/de/euro/tnotes.template.html
+++ b/src/de/euro/tnotes.template.html
@@ -2,6 +2,7 @@
<html lang=XX>
<head>
<meta charset=UTF-8 />
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Euro Test-Banknotes</title>
<link rel="shortcut icon" type="image/svg" href="/favicon.svg" />
<link rel="stylesheet" type="text/css" href="/style.css" />
diff --git a/src/de/index.html b/src/de/index.html
index b81583d..2501b9d 100644
--- a/src/de/index.html
+++ b/src/de/index.html
@@ -2,6 +2,7 @@
<html lang=XX>
<head>
<meta charset=UTF-8 />
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Thomas’ Euro Collection</title>
<link rel="shortcut icon" type="image/svg" href="/favicon.svg" />
<link rel="stylesheet" type="text/css" href="/style.css" />