Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanfux0115 authored Jan 12, 2025
1 parent a16d837 commit c6659e6
Showing 1 changed file with 27 additions and 8 deletions.
35 changes: 27 additions & 8 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,31 @@
<!DOCTYPE html>
<html>
<head>
<title>Demo Website</title>
</head>
<body>
<h1>Our Demonstration Website</h1>
<h2>Interactive Chart</h2>
<a href="our-team/index.html">Learn more about our team</a>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Housing Assistance Toolkit - Boston.gov</title>
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header class="header">
<div class="hero-image">
<div class="hero-content">
<h1>Welcome to the Housing Assistance Toolkit</h1>
</div>
<div class="image-attribution">
Photo by <a href="https://www.bostonteapartyship.com/" target="_blank">Boston Tea Party Ships</a>
</div>
</div>
</header>

<main class="main-container">
<div class="flow-container">
<!-- Initial content will be injected here by script.js -->
</div>
</main>

<script src="script.js"></script>


<img
Expand Down

0 comments on commit c6659e6

Please sign in to comment.