diff options
| author | seth <[email protected]> | 2023-12-20 20:27:18 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-12-21 02:34:37 +0000 |
| commit | 5aa2e6c0c6e4c73d93307e9f70803237006afb28 (patch) | |
| tree | f26a67452e2d4a4ed30506e533ac17cc95184fac /src/index.vto | |
| parent | 2a6f22fc1f1939b102fb8925bf04914a4b553e17 (diff) | |
go back to lume
Diffstat (limited to 'src/index.vto')
| -rw-r--r-- | src/index.vto | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/index.vto b/src/index.vto new file mode 100644 index 0000000..ea0c008 --- /dev/null +++ b/src/index.vto @@ -0,0 +1,26 @@ +--- +title: "guzzle guzzle" +description: "guzzle guzzle" +layout: index.vto +--- + +<script src="/js/chrisApp.js"></script> +<h1 class="bg-base w-fit h-fit mx-auto rounded p-5 text-text"> + <b>getchoo's website 🦕</b> +</h1> + +<br /> + +<p>this is under construction. i'm experimenting with lume</p> + +<img + src="/imgs/gifs/obras.gif" + width="106" + height="119" + class="mx-auto" + loading="lazy" + decoding="async" + alt="construction" +/> + +<a href="/lul">hehe funny click me</a> |
