mirror of
https://github.com/Alvin-Zilverstand/Challenge_14_Magazijn_App_plannen.git
synced 2026-03-06 11:06:39 +01:00
32 lines
888 B
HTML
32 lines
888 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Magazijn-App</title>
|
|
<link rel="icon" type="image/svg+xml" href="assets/favicon.svg">
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<div class="header-buttons">
|
|
<div class="left-buttons">
|
|
<button>home</button>
|
|
<button>info</button>
|
|
<button>Magazijn</button>
|
|
</div>
|
|
<div class="right-buttons">
|
|
<button>winkelmand</button>
|
|
<button>vertalen</button>
|
|
</div>
|
|
</div>
|
|
</header>
|
|
|
|
<div id="info">
|
|
hier komt een beetje info over de website te staan
|
|
|
|
|
|
</div>
|
|
|
|
</body>
|
|
</html> |