import {html} from "xiome/x/toolbox/hamster-html/html.js" import {WebsiteContext} from "xiome/x/toolbox/hamster-html/website/build-website-types.js" import pageHtml from "../partials/page.html.js" const urls = { github: "https://github.com/benevolent-games/nubs", website: "https://benevolent.games/", } export default (context: WebsiteContext) => pageHtml({ ...context, mainContent: html`

🔘 nubs

user-input system for web games

see on github.. a benevolent.games project..

`, })