chore: fixes

This commit is contained in:
MattTheTekie 2026-04-23 17:45:56 -04:00
commit 7bbb7041a9

View file

@ -1,4 +1,38 @@
(function () {
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>About - Legacy Veltron</title>
<link rel="stylesheet" href="css/global.css">
</head>
<body>
<div id="websiteContainer">
<header id="header">
<img src="images/site-banner.png" class="header-logo" alt="Veltron">
</header>
<main id="middleContent">
<!-- CONTENT INJECTION TARGET -->
<div id="content" class="text-containers-main-bg content-box">
<center><h2>Loading...</h2></center>
</div>
</main>
<footer id="bottomFooter">
<span>Veltron Legacy Build</span>
</footer>
</div>
<!-- JS LOADER -->
<script>
(function () {
function extractAboutHTML(responseText) {
@ -59,3 +93,7 @@
}
})();
</script>
</body>
</html>