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

This commit is contained in:
Naomi Carrigan 2025-02-10 18:11:56 -08:00
parent 3b89d59ebf
commit 4218596559
Signed by: naomi
SSH Key Fingerprint: SHA256:rca1iUI2OhAM6n4FIUaFcZcicmri0jgocqKiTTAfrt8

View File

@ -10,22 +10,22 @@ import { logHandler } from "../utils/logHandler.js";
const html = `<!DOCTYPE html> const html = `<!DOCTYPE html>
<html> <html>
<head> <head>
<title>Aria Iuvo</title> <title>Cordelia Taryne</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="Bot to translate your messages on Discord!" /> <meta name="description" content="AI-powered multi-purpose assistant for Discord!" />
<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>Aria Iuvo</h1> <h1>Cordelia Taryne</h1>
<section> <section>
<p>Bot to translate your messages on Discord!</p> <p>AI-powered multi-purpose assistant for Discord!</p>
</section> </section>
<section> <section>
<h2>Links</h2> <h2>Links</h2>
<p> <p>
<a href="https://git.nhcarrigan.com/nhcarrigan/aria-iuvo"> <a href="https://git.nhcarrigan.com/nhcarrigan/cordelia-taryne">
<i class="fa-solid fa-code"></i> Source Code <i class="fa-solid fa-code"></i> Source Code
</a> </a>
</p> </p>