Back

Version 26

4/27/2024
import { myspaceHtml } from "https://esm.town/v/jdan/myspaceHtml";
import { Hono } from "npm:hono@3";

const app = new Hono();
app.get("/", (c) =>
c.html(myspaceHtml({
displayName: "Tom",
seo: {
title: "Myspace.com",
},
info: {
status: "Hello, world!",
gender: "Male",
age: 31,
location: ["Los Angeles, CALIFORNIA", "United States"],
lastLogin: "04/27/2024",
},
contact: {
sendMessage: "mailto:hello@example.com",
forwardToFriend: "#",
addToFriends: "#",
addToFavorites: "#",
},
interests: {},
details: {},
schools: [],
links: [
{ url: "https://val.town", text: "val town" },
{ url: "https://twitter.com/jdan", text: "@jdan" },
],
blog: {
posts: [
{
title: "Hello, world!",
url: "https://notes.jordanscales.com",
},
jdan-myspace.web.val.run
Updated: April 27, 2024