diff options
author | Mathias Magnusson <mathias@magnusson.space> | 2025-07-06 16:18:38 +0200 |
---|---|---|
committer | Mathias Magnusson <mathias@magnusson.space> | 2025-07-06 16:18:38 +0200 |
commit | 049d655d42e63a6469890fed4276a5d1a3a8f68b (patch) | |
tree | 080bcb2cd50ad4c5e6df3afee32bf3f1d8ad1b80 /index.html | |
download | traedgaardstomten-049d655d42e63a6469890fed4276a5d1a3a8f68b.tar.gz |
Initial commit
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..4b16e30 --- /dev/null +++ b/index.html @@ -0,0 +1,18 @@ +<!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>Trädgårdstomten.se</title> + </head> + <body> + <header> + <nav> + <a href="/">Hem</a> + <a href="#">Kontakt</a> + <a href="#">Om</a> + </nav> + </header> + </body> +</html> |