src/content/projects/browser.cat.mdx (view raw)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
---
name: "browser.cat"
description: "a browser built with the chromium embedded framework made to not look awful"
languages: ["Rust", "HTML", "CSS"]
stub: true
links:
[
{ type: "website", label: "live", href: "https://vt3e.cat/" },
{ type: "source", label: "source", href: "https://tangled.org/vt3e.cat/catsite" },
]
---
<section>
<h2>meoww</h2>
</section>
|