mirror of
https://github.com/Elatteria/Elatteria-Website.git
synced 2025-07-22 07:02:12 +03:00
First commit
This commit is contained in:
34
E-Cafe Website/games.html
Normal file
34
E-Cafe Website/games.html
Normal file
@@ -0,0 +1,34 @@
|
||||
<!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>
|
Reference in New Issue
Block a user