-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cbf7e8d
commit a7ff597
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |