mirror of
https://github.com/Elatteria/Elatteria-Website.git
synced 2025-07-22 07:02:12 +03:00
About page
This commit is contained in:
37
E-Cafe Website/about.html
Normal file
37
E-Cafe Website/about.html
Normal file
@@ -0,0 +1,37 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>About - E-Cafe</title>
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="index.html">Home</a></li>
|
||||
<li><a href="games.html">Games</a></li>
|
||||
<li class="logo"><a href="index.html"></a></li>
|
||||
<li>Links</li>
|
||||
<li><a href="about.html">About</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
<h1 class="title">
|
||||
About
|
||||
</h1>
|
||||
<section class="description">
|
||||
<h1>Made by</h1>
|
||||
<figure class="features">
|
||||
<img src="Images/Duck.png" alt="Profile picture of Ebsku">
|
||||
<figcaption>Ebsku</figcaption>
|
||||
</figure>
|
||||
</section>
|
||||
<!--
|
||||
<iframe
|
||||
class="discord"
|
||||
src="https://discord.com/widget?id=1003699887239610480&theme=dark" width="350" height="500" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts">
|
||||
</iframe>
|
||||
|
||||
-->
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user