Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion git-github-group-3
Submodule git-github-group-3 deleted from ad6149
15 changes: 3 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,10 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Morning Glory</title>
<title>Document</title>
</head>
<body>
<header>
<!--Nav Bar-->
<nav>
<ul>
<li><a href="#">MORNING GLORY</a></li>
<li><a href="#">ABOUT</a></li>
<li><a href="#">SERVICES</a></li>
</ul>
</nav>
</header>
<header></header>
<main>
The Fellowship of the Ring, The Two Towers, The Return of the King
<!-- Start of the table task -->
Expand Down Expand Up @@ -67,7 +58,7 @@
<input type="radio" name="elf" id="elf" />
<label for="elf">Elf</label>
</fieldset>
<button> Submit </button>
<input type="button" value="Submit" />
</form>
</main>
<footer>
Expand Down