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:
33
E-Cafe Website/flagle.html
Normal file
33
E-Cafe Website/flagle.html
Normal file
@@ -0,0 +1,33 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Flagle - E-Cafe</title>
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
<link rel="stylesheet" href="gamedlestyles.css">
|
||||
<script src="getflag.js">
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="index.html">Home</a></li>
|
||||
<li><a href="games.html">Other Games</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
<h1 class="title">
|
||||
Countryle
|
||||
</h1>
|
||||
<div class="gamedle-section">
|
||||
1
|
||||
</div>
|
||||
<div class="gamedle-section">
|
||||
2
|
||||
</div>
|
||||
|
||||
<button>Guess</button>
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user