fix: update html
All checks were successful
Node.js CI / Lint and Test (pull_request) Successful in 43s

This commit is contained in:
Naomi Carrigan 2025-02-10 20:03:53 -08:00
parent f4534ebeba
commit e98ca44fae
Signed by: naomi
SSH Key Fingerprint: SHA256:rca1iUI2OhAM6n4FIUaFcZcicmri0jgocqKiTTAfrt8

View File

@ -17,22 +17,22 @@ import type { Uptime } from "../interfaces/uptime.js";
const html = `<!DOCTYPE html>
<html>
<head>
<title>Alert Server</title>
<title>Rosalia Nightsong</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="A basic web server that allows us to pipe logs and errors from our applications into a Matrix room." />
<meta name="description" content="A basic web server and Matrix bot that allows us to pipe logs and errors from our applications into a Matrix room." />
<script src="https://cdn.nhcarrigan.com/headers/index.js" async defer></script>
</head>
<body>
<main>
<h1>Alert Server</h1>
<h1>Rosalia Nightsong</h1>
<section>
<p>AI-powered multi-purpose assistant for Discord!</p>
<p>A basic web server and Matrix bot that allows us to pipe logs and errors from our applications into a Matrix room.</p>
</section>
<section>
<h2>Links</h2>
<p>
<a href="https://git.nhcarrigan.com/nhcarrigan/alert-server">
<a href="https://git.nhcarrigan.com/nhcarrigan/rosalia-nightsong">
<i class="fa-solid fa-code"></i> Source Code
</a>
</p>