2// This val will respond with a HTML page styled with fun CSS
3
4export default async function main(): Promise<Response> {
5 const htmlContent = `
6 <!DOCTYPE html>
1// This val will respond with a HTML page styled with fun CSS
2
3export default async function main(): Promise<Response> {
4 const htmlContent = `
5 <!DOCTYPE html>
1// This val will respond with a fun HTML page with crazy fonts and gradients
2
3export default async function main(): Promise<Response> {
4 const htmlContent = `
5 <!DOCTYPE html>
1// This val will respond with a styled HTML page with fun CSS
2
3export default async function main(): Promise<Response> {
4 const htmlContent = `
5 <!DOCTYPE html>
1// This val will respond with a fun HTML page with crazy fonts and gradients
2
3export default async function main(): Promise<Response> {
4 const htmlContent = `
5 <!DOCTYPE html>
1// This val will respond with a simple HTML page with fun CSS styles like crazy fonts and gradients
2
3export default async function main(): Promise<Response> {
4 const htmlContent = `
5 <!DOCTYPE html>
1// This val will respond with an HTML page saying "Hello, world!" with fun CSS.
2
3export default async function main(): Promise<Response> {
4 const htmlContent = `
5 <!DOCTYPE html>
1// This val will respond with an HTML page saying "Hello, world!" with fun CSS styles.
2
3export default async function main(): Promise<Response> {
4 const htmlContent = `
5 <!DOCTYPE html>
1// This val will respond with a simple HTML page saying "Hello, world!" with fun CSS styles
2
3export default async function main(): Promise<Response> {
4 const htmlContent = `
5 <!DOCTYPE html>
1// This val will respond with a simple HTML page saying "Hello, world!"
2
3export default async function main(): Promise<Response> {
4 const htmlContent = `
5 <!DOCTYPE html>
Simple functional CSS library for Val Town
A helper function to build a file's email
import { OpenAI } from "https://esm.town/v/std/openai";
export default async function(req: Request): Promise<Response> {
if (req.method === "OPTIONS") {
return new Response(null, {
headers: {
"Access-Control-Allow-Origin": "*",
LangChain (https://langchain.com) Ambassador, KubeSphere (https://kubesphere.io) Ambassador, CNCF OpenFunction (https://openfunction.dev) TOC Member.