-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoffice.html
More file actions
21 lines (21 loc) · 969 Bytes
/
office.html
File metadata and controls
21 lines (21 loc) · 969 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE HTML PUBLIC "-//IFTF //DTD HTML // EN//3.0">
<HTML>
<HEAD>
<TITLE>
Office directory
</TITLE>
<LINK REV="made" HREF="mailto:xviubu@xviubu-Ideapad-V460">
</HEAD>
<BODY>
<TABLE>
<TR><TD>Franklin Ben </TD><TD>OSD212</TD><TD>555-0022</TD></TR>
<TR><TD>Gale Dorothy </TD><TD>KNS321</TD><TD>555-0044</TD></TR>
<TR><TD>Gale Toto </TD><TD>KNS322</TD><TD>555-0045</TD></TR>
<TR><TD>Jefferson Thomas </TD><TD>BMD19</TD><TD>555-0095</TD></TR>
<TR><TD>Jhancock John </TD><TD>SIG435</TD><TD>555-0099</TD></TR>
<TR><TD>Jones Adrian W. </TD><TD>OSD211</TD><TD>555-0123</TD></TR>
<TR><TD>Ross Betsy </TD><TD>BMD17</TD><TD>555-0033</TD></TR>
<TR><TD>Washington George </TD><TD>BST99</TD><TD>555-0011</TD></TR>
</TABLE>
</BODY>
</HTML>