-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path00index.html
48 lines (47 loc) · 2.42 KB
/
00index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<link href="css/style.css" rel="stylesheet" type="text/css" />
<link href="bootstrap/css/bootstrap.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="logo"></div>
<div class="wrapper">
<div class="step">1</div>
<h2>Please enter your full name below.</h2>
<div class="forms">
<form id="form" name="form1" method="post" action="">
<table width="200" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><input type="text" name="textfield" style="width:400px"/></td>
</tr>
<tr>
<td align="center"><input type="submit" name="button" class="btn btn-success" value="Begin Test" /></td>
</tr>
</table>
</form>
</div>
<div class="results_wrap">
<h3>Your Test Results</h3><br />
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><h4>Age:</h4><p>Between 20 - 65 years</p></td>
<td><h4>Sugar Intake:</h4><p>Less than 20 times a week</p></td>
</tr>
<tr>
<td><h4>Alcohol Intake:</h4><p>None</p></td>
<td><h4>Physical Exercise:</h4><p>Once a week</p></td>
</tr>
<tr>
<td colspan="2"><div class="doc"><img src="images/doc.png" width="60" height="61" />If you have not exercised for a long time, you will need to start with a little light exercise and build up slowly over time and try to increase the intensity each week.If you have not exercised for a long time, you will need to start with a little light exercise and build up slowly over time and try to increase the intensity each week.If you have not exercised for a long time, you will need to start with a little light exercise and build up slowly over time and try to increase the intensity each week.</div></td>
</tr>
</table>
</div>
<div class="tips-wrap">
<div class="tips"><div class="quote1"></div><blockquote>If you have not exercised for a long time, you will need to start with a little light exercise and build up slowly over time and try to increase the intensity each week.</blockquote><div class="quote2"></div><span class="source">Source: www.MedicalNewsToday.com</span></div>
</div>
</div>
</body>
</html>