-
Notifications
You must be signed in to change notification settings - Fork 2
/
calendar2.php
31 lines (26 loc) · 1.58 KB
/
calendar2.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<LINK href="stylesheet.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="header">
<img src="logo.jpg"/>
</div>
<div class="body">
<table padding-left="5px" cellspacing="0">
<tr><td class="blank"></td>
<td class="tab3"><a href="home.php">home</a></td>
<td class="tab2"><a href="profile.php">profile</a></td>
<td class="tab1">calendar</td>
<td class="tab4"><a href="groups.php">groups</a></td>
<td class="login"<font color="#ffffff">welcome username! | </font><a href="main.php"> logout</a></td>
</tr></table>
<table cellspacing="0"><tr>
<td class="content">
<a href="calendar.php">view calendar</a> | add to calendar</a>
<h2>header1</h2><h5>content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content </h5></td></tr>
</table
</div>
</body>
</html>