Files

39 lines
1.2 KiB
HTML

<!doctype html>
<html lang="no">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Spill | Theriise</title>
<link rel="stylesheet" href="/style.css" />
</head>
<body>
<main class="hub">
<section class="hero" aria-labelledby="hero-title">
<p class="eyebrow">theriise.net</p>
<h1 id="hero-title">Spill</h1>
<p class="lead">
En liten samling nettleserspill. Foreløpig er det bare Pong, men flere spill kan legges til her etter hvert.
</p>
</section>
<section class="games" aria-labelledby="games-title">
<div class="section-head">
<h2 id="games-title">Tilgjengelige spill</h2>
<span class="pill">1 spill</span>
</div>
<a class="game-card" href="https://pong.theriise.net" rel="noopener noreferrer">
<div>
<p class="game-tag">Arkade</p>
<h3>Pong</h3>
<p class="game-desc">
Klassisk Pong i nettleseren med CPU/2P, touch-styring og mobilvennlig startknapp.
</p>
</div>
<span class="cta">Åpne</span>
</a>
</section>
</main>
</body>
</html>