You've already forked izzy2lost.com
mirror of
https://github.com/izzy2lost/izzy2lost.com.git
synced 2026-03-10 11:52:54 -07:00
47 lines
1.5 KiB
HTML
47 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Ghostship · izzy2lost</title>
|
|
<meta name="description" content="Ghostship is a Super Mario 64 project from Harbour Masters, adapted for Android by izzy2lost.">
|
|
<link rel="icon" type="image/png" href="assets/logo.png">
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
<body class="crt-off">
|
|
<canvas id="starfield"></canvas>
|
|
|
|
<div class="crt-toggle">
|
|
<label>
|
|
<input type="checkbox" id="crtSwitch">
|
|
<span></span>
|
|
<span>CRT Mode</span>
|
|
</label>
|
|
</div>
|
|
|
|
<header class="navbar">
|
|
<a href="index.html" class="back">❮ Back</a>
|
|
</header>
|
|
|
|
<main class="project-page">
|
|
<img src="assets/ghostship.svg" class="project-icon-large" alt="Ghostship icon">
|
|
<h1>Ghostship</h1>
|
|
<p>Harbour Masters' Super Mario 64 recompilation project, adapted for Android.</p>
|
|
|
|
<div class="project-links">
|
|
<a href="https://github.com/izzy2lost/Ghostship" target="_blank" rel="noopener noreferrer" class="btn-badge github-logo">
|
|
<img src="assets/GitHub_Lockup_Light.svg" alt="View on GitHub">
|
|
</a>
|
|
</div>
|
|
|
|
<section class="release-section">
|
|
<h2>About</h2>
|
|
<p>Ghostship is a modern way to play Super Mario 64 with native performance, quality-of-life upgrades, and mod support while keeping compatibility with your own legally obtained game files.</p>
|
|
</section>
|
|
</main>
|
|
|
|
<script src="script.js"></script>
|
|
<script src="starfield.js"></script>
|
|
</body>
|
|
</html>
|