diff options
Diffstat (limited to 'src/pages/lul.astro')
| -rw-r--r-- | src/pages/lul.astro | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/pages/lul.astro b/src/pages/lul.astro deleted file mode 100644 index 44ec1dc..0000000 --- a/src/pages/lul.astro +++ /dev/null @@ -1,13 +0,0 @@ ---- -import Base from "@layouts/Base.astro"; -const title = "fard"; -const description = "xd"; ---- - -<Base title={title} description={description}> - <div class="flex justify-center p-5"> - <video width="1280" height="720" controls autoplay muted> - <source src="/files/rickroll.mp4" type="video/mp4" /> - </video> - </div> -</Base> |
