import {template, html, socialCard} from "@e280/scute"
export default template(import.meta.url, async orb => html`
sly
${socialCard({
themeColor: "#95ff7b",
title: "sly",
description: "mischievous shadow views",
siteName: "@e280/sly",
image: "https://sly.e280.org/assets/favicon.png",
})}
sly testing page
github.com/e280/sly
v${orb.packageVersion()}
`)