25 lines
No EOL
791 B
HTML
25 lines
No EOL
791 B
HTML
<!DOCTYPE html>
|
|
<head>
|
|
<title>Home | SPFN</title>
|
|
<link rel="stylesheet" href="css/style.css">
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<div>
|
|
<h1>SPFN</h1>
|
|
</div>
|
|
<nav>
|
|
<ul class="nav-links">
|
|
<a href="/"><button class="header-button">Home</button></a>
|
|
<a href="/guides"><button class="header-button">Guides</button></a>
|
|
<a href="/account"><button class="header-button">Account</button></a>
|
|
</ul>
|
|
</nav>
|
|
</header>
|
|
<main>
|
|
<p>Splatfestival Network - Restoring Splatfests to Splatoon on the Wii U</p>
|
|
</main>
|
|
<footer>
|
|
<p class="center">Need assistance? <a href="https://discord.gg/grMSxZf" target="_blank">Join the Discord</a></p>
|
|
</footer>
|
|
</body> |