feat: initial project prototype #1

Merged
naomi merged 4 commits from feat/init into main 2025-02-10 20:05:06 -08:00
Showing only changes of commit e98ca44fae - Show all commits

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>