updated HTML

git-svn-id: svn://anubis/gvsu@427 45c1a28c-8058-47b2-ae61-ca45b979098e
This commit is contained in:
josh 2009-09-29 23:39:39 +00:00
parent f93f946369
commit 5e24e67920

View File

@ -4,10 +4,19 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Josh's CS623 Project 1 - Basic Retirement Needs Calculator</title>
<style type="text/css">
body {
text-align: center;
}
</style>
</head>
<body>
<applet code="RetirementCalculator.class" width="400" height="300">
</applet>
<h2>Retirement Planning Calculator</h2>
<h4>Ballpark Estimate by American Savings Education Council</h4>
<applet code="RetirementCalculator.class" width="600" height="450">
</applet>
</body>
</html>