Skip to content
Permalink
main
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>index.html</title>
<style>
body {
font-family: Arial, Helvetica, sans-serif;
margin:0;
display: flex;
min-height: 100vh;
justify-content: center;
align-items: center;
flex-direction: column;
}
body > p {
max-width: 500px;
line-height: 140%;
}
</style>
</head>
<body>
<h1>Hi!</h1>
<p>You've reached the root <code>/index.html</code> file. If you were hoping to see one of your assignments, make sure to modify/append the URL path to include the folder you'd like to view. </p>
</body>
</html>