44 lines
1.5 KiB
HTML
44 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="de">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" media="screen and (min-width: 0px)" href="../html-landing-page/landing-page-01-phone.css">
|
|
<link rel="stylesheet" media="screen and (min-width: 601px)" href="../html-landing-page/landing-page-02-tablet.css">
|
|
<link rel="stylesheet" media="screen and (min-width: 1025px)" href="../html-landing-page/landing-page-03-desktop.css">
|
|
<link rel="stylesheet" href="../index.css">
|
|
<link rel="stylesheet" href="memes.css">
|
|
<script src='https://kit.fontawesome.com/a076d05399.js'></script>
|
|
<script src='../script-frontend/memes.js' defer></script>
|
|
<title>MEMS!</title>
|
|
</head>
|
|
|
|
<body>
|
|
<header>
|
|
<div class="top-nav">
|
|
<div id="logo">
|
|
<a href="../index.html"><img src="../html-landing-page/images/nice-ice-logo.png" alt=""></a>
|
|
</div>
|
|
</div>
|
|
</header>
|
|
<nav>
|
|
<div class="bottom-nav">
|
|
<ul>
|
|
<li><a href="../html-admin/admin.html">Administrator</a></li>
|
|
<li><a href="memes.html">Über uns</a></li>
|
|
</ul>
|
|
</div>
|
|
</nav>
|
|
<main>
|
|
<div id="imageBox">
|
|
<img src="images/GiSBeLike.png" alt="Some weird Memes" />
|
|
<div>
|
|
<button id="buttonLeft"><</button>
|
|
<button id="buttonRight">></button>
|
|
</div>
|
|
</div>
|
|
</main>
|
|
</body>
|
|
|
|
</html> |