Skip to content
Permalink
54527996cc
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
19 lines (19 sloc) 552 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Maria's Home Page</title>
</head>
<body>
<h1>I love HTML5!</h1>
<nav>
<ul>
<li><a href="wk2-about-me.html">Wk 2: About Me</a></li>
<li><a href="wk3_axit.html">Wk 3: AXIT Layout</a></li>
<li><a href="wk4_flexbox.html">Wk 4: Flexbox Practice</a></li>
</ul>
</nav>
</body>
</html>