introvertialspace/games.html
2025-01-20 03:13:25 +01:00

29 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>introvertial space</title>
<meta charset="UTF-8">
<link href="css/icons.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<link href="css/games.css" rel="stylesheet">
</head>
<body>
<header>
<img src="media/introvertialspace.svg">
<nav>
<a href="index.html">whoami</a>
<a href="games.html">fav games</a>
<a href="privacy.html">privacy</a>
</nav>
</header>
<main>
<div class="game-container">
<a href="https://store.steampowered.com/app/2054970/Dragons_Dogma_2/" target="_blank" class="game dd2"></a>
<a href="https://store.steampowered.com/app/1203620/Enshrouded/" target="_blank" class="game enshrouded"></a>
<a href="https://store.steampowered.com/app/377160/Fallout_4/" target="_blank" class="game fallout4"></a>
<a href="https://store.steampowered.com/app/881100/Noita/" target="_blank" class="game noita"></a>
<a href="https://store.steampowered.com/app/1326470/Sons_Of_The_Forest/" target="_blank" class="game sotf"></a>
</div>
</main>
</body>
</html>