index.html

This commit is contained in:
2025-02-22 15:37:14 -05:00
parent ebe33a126b
commit b8a34add56

55
src/index.html Normal file
View File

@ -0,0 +1,55 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width"/>
<link rel="icon" type="image/png" href="/logo.png"/>
<title>rhpidfyre.io</title>
<style lang="scss">
@forward "../scss/global";
</style>
<script src="../components/client/terminal.ts"></script>
</head>
<body>
<header>
<a href="https://rhpidfyre.io/" class="header-button">[rhpidfyre.io]</a>
<section>
<a href="https://git.rhpidfyre.io/" class="header-button">GIT</a>
<a href="https://files.rhpidfyre.io/" class="header-button">CLOUD</a>
<a href="https://gsm.rhpidfyre.io/" class="header-button">GSM</a>
</section>
</header>
<main>
<p>Welcome to rhpidfyre.io!</p>
<div class="return"></div>
<p>This is a personal website by rhpidfyre / Brandon.</p>
<p>You can find my services here or learn about me.</p>
<div class="return"></div>
<p>You can also contribute or view the source code of my website via the links:</p>
<p>{"<"}<a href="https://git.rhpidfyre.io/rhpidfyre/rhpidfyre.io" target="_blank">https://git.rhpidfyre.io/rhpidfyre/rhpidfyre.io</a>{">."}</p>
<p>{"<"}<a href="https://github.com/unixtensor/rhpidfyre.io" target="_blank">https://github.com/unixtensor/rhpidfyre.io</a>{">."}</p>
<div class="return"></div>
<p>You can get started with the command: <span class="bold">help</span></p>
<div class="return"></div>
<noscript>
<p><span class="red">=================================================</span></p>
<p><span class="red">JavaScript is disabled, functionality will be limited. :(</span></p>
<p><span class="red">But, you will not be limited at exploring my services which you can find by navigating towards the top-right.</span></p>
<p><span class="red">=================================================</span></p>
</noscript>
</main>
<footer>
<p class="raw-text" id="time">00:00:00</p>
<section>
<p class="raw-text" id="column-line">0, 0</p>
<button id="toggle-monospace">Monospace</button>
<button id="toggle-term-mode">UNIX</button>
</section>
<noscript>
<style>
#toggle-monospace, .raw-text { display: none }
</style>
</noscript>
</footer>
</body>
</html>