Skip to content

Commit

Permalink
0.1.3
Browse files Browse the repository at this point in the history
dead link removal
  • Loading branch information
EDU-MDAnderson committed Sep 24, 2023
1 parent 5c20d22 commit c1c0fa2
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ <h1>Matthew Anderson</h1>
<nav>
<ul>
<li><a href="wdd230/index.html">Home</a></li>
<li><a href="#">Chamber</a></li>
<li><a href="underconstruction.html">Chamber</a></li>
<li><a href="week01/chamber-site-plan.html">Site Plan</a></li>
<li><a href="#">Form</a></li>
<li><a href="underconstruction.html">Form</a></li>
</ul>
</nav>
<main>
Expand Down
29 changes: 29 additions & 0 deletions underconstruction.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="styles/normalize.css">
<link rel="stylesheet" type="text/css" href="styles/base.css">
<link rel="stylesheet" type="text/css" href="styles/larger.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WDD 230: Web Frontend Development</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<meta name="description" content="WDD 230: Web Frontend Development, Matthew Anderson, course assignment portal and more...">
<meta name="author" content="Matthew Anderson">
<link rel="icon" href="./images/favicon.ico" />
</head>

<body>
<nav>
<ul>
<li><a href="wdd230/index.html">Home</a></li>
<li><a href="underconstruction.html">Chamber</a></li>
<li><a href="week01/chamber-site-plan.html">Site Plan</a></li>
<li><a href="underconstruction.html">Form</a></li>
</ul>
</nav>
<h1>Under Construction</h1>
<p>We're sorry, but this page is currently under construction. Please check back later.</p>
</body>
</html>

0 comments on commit c1c0fa2

Please sign in to comment.