diff options
author | Mathias Magnusson <mathias@magnusson.space> | 2024-01-07 16:26:01 +0100 |
---|---|---|
committer | Mathias Magnusson <mathias@magnusson.space> | 2024-01-07 16:43:16 +0100 |
commit | 75c31794fd5c654b649e049db706d32148ea1ae1 (patch) | |
tree | 9d3d934e68df5e6aae67d9a15cedf97b13a708d8 /jobs/besiktn.ing/index.html | |
parent | 278669edb25a84f197034c130eb372a38110385a (diff) | |
download | garm-75c31794fd5c654b649e049db706d32148ea1ae1.tar.gz |
Add försäkr.ing and besiktn.ing
Diffstat (limited to 'jobs/besiktn.ing/index.html')
-rw-r--r-- | jobs/besiktn.ing/index.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/jobs/besiktn.ing/index.html b/jobs/besiktn.ing/index.html new file mode 100644 index 0000000..441c3e9 --- /dev/null +++ b/jobs/besiktn.ing/index.html @@ -0,0 +1,20 @@ +<!DOCTYPE html> +<html lang="sv"> +<head> + <meta charset="UTF-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>Besiktn.ing</title> + <style> +body { + text-align: center; + padding-top: 20vh; + font-family: sans-serif; +} + </style> +</head> +<body> + <h1>Besikta biljäveln</h1> + <p>annars får du inte köra fanskapet</p> +</body> +</html> |