-
Notifications
You must be signed in to change notification settings - Fork 0
/
new.php
109 lines (99 loc) · 3.31 KB
/
new.php
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<?php
session_start();
?>
<!doctype html>
<html>
<head>
<script type="text/javascript">
function processData(f1){
var v1= document.getElementById(f1).value;
alert (v1);
}
</script>
<meta charset="utf-8">
<title>fitness training</title>
<link href="webstyle6.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="wrappeer">
<div id="header">
<div class="logo"><img src="wd/weblogo.png" width="234" height="120" alt="logo" /></div>
<div class="header_right">
<div class="loginarea"><form> <b>Hi </b><font size="3" face="italic" color="blue"><?php echo $_SESSION['username'];?></font><b> !</b><br></br>
<ul><li><a href="logout.php">Logout</a><li> <li><a href="reg.php">signup</a></li></ul>
</form>
</div>
<div class="button">
<ul>
<li><a href="new.php">Home</a></li>
<li><a href="abtus.php">About Us</a></li>
<li><a href="#">My Account</a></li>
<li><a href="login10.php">Log In</a></li>
<li><a href="demo.php">Nutrition</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
</div>
</div>
<div class="content">
<div class="lt_content">
<div class="lt_content_lis">
<ul>
<li><a href="chest.php">Chest</a></li>
<li><a href="should.php">Shoulders</a></li>
<li><a href="back.php">Back</a></li>
<li><a href="bicep.php">Biceps</a></li>
<li><a href="triceps.php">Triceps</a></li>
<li><a href="legs.php">Legs</a></li>
<li><a href="abs.php">Abs/Core</a></li>
<li><a href="women.php">Women's Workout</a></li>
<li><a href="home.php">Workout at home</a></li>
</ul>
</div>
<div class="lt_content_cat">
<ul>
</ul>
</div>
<div class="lt_content_rev">
<div class="lt_content_rev_sb"></div>
<div class="lt_content_rev_in">
<form>ENTER REVIEW:<input type="text" required/>
<input type="submit" value="submit"/>
</form>
</div>
</div>
</div>
<div class="rt_content">
<div class="rt_content_top"></div>
<div class="rt_cont_cat">
<div class="rt_cont_cat">
<ul>
<img src="wd/main1.png" alt="logo" />
<br></br>
<iframe width="681" height="315" src="https://www.youtube.com/embed/LDDJ3aY0gZE?&autoplay=1" frameborder="0" allowfullscreen></iframe>
<br></br>
<a href="chest.php">**Chest workouts updated**</a>
<br></br>
<a href="back.php">**Backworkouts updated**</a>
</ul>
</div>
</div>
</div>
<div id="footer">
<div class="footer_paytag"></div>
<div class="footer_b">
<div class="footer_menu">
<ul>
<li class="footer_border"><a href="#">Home Page</a></li>
<li class="footer_border"><a href="#">New Tech</a></li>
<li class="footer_border"><a href="#">All exe</a></li>
<li class="footer_border"><a href="#">Reviews</a></li>
<li class="footer_border"><a href="#">F.A.Q</a></li>
<li class="footer_border"><a href="#">Contact</a></li>
</ul>
</div>
<div class="footer_copyrt">Copyright © All rights reserved Design by <a href="https://www.facebook.com/sanath.sunkad">Sanath</a> <a href="http://www.facebook.com/rohit.cricketer97?ref=bookmarks">Rohit</a></div>
</div>
</div>
</body>
</html>