Skip to content

Commit

Permalink
Created basic structure
Browse files Browse the repository at this point in the history
  • Loading branch information
ruizclark committed Jan 11, 2025
1 parent 117ef74 commit dd19e29
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
10 changes: 10 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>Demo Website</title>
</head>
<body>
<h1>Our Demonstration Website</h1>
<a href='our-team/index.html'>Learn more about our team</a>
</body>
</html>
9 changes: 9 additions & 0 deletions our-team/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title>Demo Website</title>
</head>
<body>
<h1>About Us!</h1>
</body>
</html>

0 comments on commit dd19e29

Please sign in to comment.