Elatteria-Website/E-Cafe Website/games.html

34 lines
618 B
HTML
Raw Normal View History

2022-12-10 22:30:38 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<title>Games - E-Cafe</title>
<link rel="stylesheet" href="styles.css">
<style>
button {
margin: 2%;
}
</style>
</head>
<body>
<header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="games.html">Games</a></li>
</ul>
</nav>
</header>
<h1 class="title">
Games
</h1>
<button>
<a href="flagle.html">
Flagle
</a>
</button>
<button>
Speechle
</button>
</body>
</html>