chore: fixes
This commit is contained in:
parent
fd31b57b37
commit
7bbb7041a9
1 changed files with 39 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue