16 lines
391 B
HTML
Raw Normal View History

2021-03-31 21:56:49 -04:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Future Value Calculator</title>
<link rel="stylesheet" href="future_value.css">
</head>
<body>
<main>
<h1>The Future Value Calculator</h1>
<script src="future_value.js"></script>
</main>
</body>
</html>