Files
Challenge_14_Magazijn_App_p…/concept/index.html

20 lines
494 B
HTML
Raw Normal View History

2025-09-29 09:24:57 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
2025-09-29 09:24:57 +02:00
</head>
<body>
2025-09-29 09:51:54 +02:00
<header>
2025-09-30 09:49:14 +02:00
<ul>
<li><a href=""><button>hallo</button></a></li>
<li><a href=""><button>alvin</button></a></li>
<li><a href=""></a><button>Senna</button></li>
2025-09-30 09:49:14 +02:00
</ul>
2025-09-29 09:51:54 +02:00
</header>
2025-09-29 09:24:57 +02:00
</body>
</html>