Modified Guides Page to use MD Files

This commit is contained in:
BloxerHD 2025-07-04 22:56:23 +01:00
commit 1374cd226b
10 changed files with 180 additions and 115 deletions

View file

@ -1,11 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Account | SPFN</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/css/style.css">
<script type="text/javascript" src="/js/lang.js"></script>
</head>
<body>
<header>
@ -69,4 +69,5 @@
<footer>
<p class="center">Need assistance? <a href="https://discord.gg/grMSxZf" target="_blank">Join the Discord</a></p>
</footer>
</body>
</body>
</html>