Unlisted
Back
Version 14
2/21/2024
import open_in_valtown from "https://esm.town/v/andreterron/open_in_valtown";
import { html } from "https://esm.town/v/stevekrouse/html?v=5";
export default open_in_valtown(async (req: Request): Promise<Response> => {
return html(`
<h2>Hello world!</h2>
<style>* { font-family: sans-serif }</style>
<a
href="https://www.val.town/v/andreterron/openable"
target="_blank"
class="github-fork-ribbon"
data-ribbon="Code on Val Town"
title="Code on Val Town"
>
`);
});
andreterron-openable_handler.web.val.run
Updated: February 27, 2024