-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
43 lines (42 loc) · 1.6 KB
/
Copy pathcontact.html
File metadata and controls
43 lines (42 loc) · 1.6 KB
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Chonglin Zhang - Contact</title>
<script type="text/javascript" src="head.js"> </script>
</head>
<body>
<script type="text/javascript" src="nav.js"> </script>
<!--
main body
-->
<h2>Contact</h2>
<div id="titletable">
<table style="margin-right: auto">
<tr>
<td valign=top>
<table>
<tr>
<td width="100px" valign=top><b>Postal Address</b></td>
<td>
2250 G. G. Brown<br>
2350 Hayward St.<br>
Ann Arbor, MI 48109<br> USA
</td>
</tr>
<tr>
<td><b>Email</b></td>
<td>zhangchl [at] umich.edu</a></td>
</tr>
</table>
</td>
<td>
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d1475.6631492850918!2d-83.7139086!3d42.2929025!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x883cae8432144dd9%3A0x5c5d4cf6c90624dd!2sGeorge+G.+Brown+Laboratories!5e0!3m2!1sen!2sus!4v1426803877880" width="500" height="400" frameborder="0" style="border:0"></iframe>
</td>
</tr>
</table>
</div>
<br>
<script type="text/javascript" src="copyright.js"> </script>
</body>
</html>