generated from nhcarrigan/template
fix: update html
All checks were successful
Node.js CI / Lint and Test (pull_request) Successful in 43s
All checks were successful
Node.js CI / Lint and Test (pull_request) Successful in 43s
This commit is contained in:
parent
f4534ebeba
commit
e98ca44fae
@ -17,22 +17,22 @@ import type { Uptime } from "../interfaces/uptime.js";
|
|||||||
const html = `<!DOCTYPE html>
|
const html = `<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Alert Server</title>
|
<title>Rosalia Nightsong</title>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<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>
|
<script src="https://cdn.nhcarrigan.com/headers/index.js" async defer></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<main>
|
<main>
|
||||||
<h1>Alert Server</h1>
|
<h1>Rosalia Nightsong</h1>
|
||||||
<section>
|
<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>
|
||||||
<section>
|
<section>
|
||||||
<h2>Links</h2>
|
<h2>Links</h2>
|
||||||
<p>
|
<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
|
<i class="fa-solid fa-code"></i> Source Code
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user