diff options
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> |
