diff options
| author | Yuval Adam <_@yuv.al> | 2025-02-27 10:42:09 +0100 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-02-27 10:42:09 +0100 |
| commit | b33c2f06a4524bc846e66bbe3abf6428d1cf2305 (patch) | |
| tree | ad2369b91d3574a795438f9efd557f3a40d6ad4e /src/layouts/Layout.astro | |
| parent | 82e862474f029cbee369dcc434dc69701fe327e9 (diff) | |
Astro project structure
Diffstat (limited to 'src/layouts/Layout.astro')
| -rw-r--r-- | src/layouts/Layout.astro | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro deleted file mode 100644 index e455c61..0000000 --- a/src/layouts/Layout.astro +++ /dev/null @@ -1,22 +0,0 @@ -<!doctype html> -<html lang="en"> - <head> - <meta charset="UTF-8" /> - <meta name="viewport" content="width=device-width" /> - <link rel="icon" type="image/svg+xml" href="/favicon.svg" /> - <meta name="generator" content={Astro.generator} /> - <title>Astro Basics</title> - </head> - <body> - <slot /> - </body> -</html> - -<style> - html, - body { - margin: 0; - width: 100%; - height: 100%; - } -</style> |
