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> Ryan Moore - Main Page</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>Welcome to Ryan Moore's DMD 3470 Forked Repository!</h1>
<p>This is my root <code>/index.html</code> file. All links for my assignments will be sent separately. I guess this is supposed to be my home page. Let me know if I did this correctly! Thanks! </p>
</body>
</html>