diff options
| author | seth <[email protected]> | 2024-02-12 07:51:32 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2024-02-12 08:51:36 -0500 |
| commit | 19b01bff4c251722d4739f6dca208497877f7cbb (patch) | |
| tree | 31918495004c9386760afbac6853c9e7668093c1 /src/lul.vto | |
| parent | ec2b378c8d7885290db2d526364eb59512e60d0e (diff) | |
actually kinda try this time
Diffstat (limited to 'src/lul.vto')
| -rw-r--r-- | src/lul.vto | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/lul.vto b/src/lul.vto index 026546c..c24fd22 100644 --- a/src/lul.vto +++ b/src/lul.vto @@ -1,11 +1,9 @@ --- title: "fard" description: "xd" -layout: base.vto +layout: page.vto --- -<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> +<video width="1280" height="720" controls autoplay muted> + <source src="/files/rickroll.mp4" type="video/mp4" /> +</video> |
