Files
Challenge_14_Magazijn_App_p…/concept/index.html

20 lines
494 B
HTML
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!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">
</head>
<body>
<header>
<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>
</ul>
</header>
</body>
</html>