2025-01-01 17:03:09 -05:00

12 lines
263 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Future Value Calculator</title>
</head>
<body>
<script src="future_value.js"></script>
</body>
</html>