Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
infinity-a11y authored Feb 28, 2024
1 parent cbf7e8d commit a7ff597
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>PhyloTrace</title>
</head>
<body>
<header>
<img src="www/PhyloTrace_bw.png" alt="PhyloTrace Logo" style="max-width: 100px;">
<h1>Welcome to PhyloTrace</h1>
</header>
<p>Subscribe to our newsletter to stay updated with our latest news.</p>
<form id="newsletter-form">
<input type="email" id="email" name="email" placeholder="Your Email" required>
<button type="submit">Subscribe</button>
</form>
<script src="script.js"></script>
</body>
</html>

0 comments on commit a7ff597

Please sign in to comment.