Skip to content
Permalink
49a1cb9b0e
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
15 lines (15 sloc) 381 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>
<a href="wk2-about-me.html">Wk 2 Assignment: About Me</a>
</nav>
</body>
</html>