diff options
| author | Andrew Lee <andrew@alee14.me> | 2025-03-23 01:39:11 -0400 |
|---|---|---|
| committer | Andrew Lee <andrew@alee14.me> | 2025-03-23 01:39:11 -0400 |
| commit | d7c46a9eae28046bb26da182abc298dc18ed5a10 (patch) | |
| tree | a1f9955a757b150b88ed5398ef851ab2d1d4a46b /web/src/layouts/Layout.astro | |
| parent | b60e681998a456adecb93b5fe04b66ad4ac9abb6 (diff) | |
| download | AleeBot-d7c46a9eae28046bb26da182abc298dc18ed5a10.tar.gz AleeBot-d7c46a9eae28046bb26da182abc298dc18ed5a10.tar.bz2 AleeBot-d7c46a9eae28046bb26da182abc298dc18ed5a10.zip | |
Replacing Astro with Next.JS; Prefix warning; Consistent env vars
Diffstat (limited to 'web/src/layouts/Layout.astro')
| -rw-r--r-- | web/src/layouts/Layout.astro | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/web/src/layouts/Layout.astro b/web/src/layouts/Layout.astro deleted file mode 100644 index 2f6032d..0000000 --- a/web/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>AleeBot Web Interface</title> - </head> - <body> - <slot /> - </body> -</html> - -<style> - html, - body { - margin: 0; - width: 100%; - height: 100%; - } -</style> |
