Public
Back
Version 45
11/17/2024
import { Hono } from "https://esm.sh/hono";
import { html } from "https://esm.sh/hono/html";
const app = new Hono();
app.get("/", async (c) => {
return c.html(
html`
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Hermes AI 🤖</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://esm.town/v/std/catch"></script>
<style>
:root {
--bg-primary: #0a0a1a;
--text-primary: #00ffff;
--accent-color: #00ffff;
--border-color: #00ffff;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: 'Courier New', monospace;
background-color: var(--bg-primary);
color: var(--text-primary);
line-height: 1.6;
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
jidun-hermestresmegistus.web.val.run
Updated: November 17, 2024