-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
45 lines (34 loc) · 1.23 KB
/
contact.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
<!DOCTYPE html>
<html>
<head>
<title>Mosstool - Contact</title>
<link rel="icon" href="images/moessicon.png">
<link rel="stylesheet" type="text/css" href="css/moess_index.css">
</head>
<body>
<ul class="topmenu_ul">
<div>
<li class="topmenu_ul"><img src="images/moessicon_v3b.png" alt="Mossbauer database" style="height:65px; float:left"></li>
<li class="topmenu_ul"><a class="title" href="index.html">Home</a></li>
<li class="topmenu_ul"><a class="title" href="moess.html">Visualizer</a></li>
<li class="topmenu_ul"><a class="title" href="database.html">Database</a></li>
<li class="topmenu_ul"><a class="title" href="learn.html">Learn</a></li>
<li class="topmenu_ul"><a class="title" href="links.html">Links</a></li>
<li class="topmenu_ul"><a class="title" href="about.html">About the Author</a></li>
<li class="topmenu_ul"><a class="title" href="contact.html">Contact</a></li>
</div>
</ul>
<div style="width:85%; margin-left: 7.5%; background-color: ">
<h3>Contact</h3>
<p style="padding 10px">
Dr. James M. Byrne
<br>University of Tuebingen
<br>Germany
<p><a href="mailto:[email protected]">[email protected]</a>
</p>
</div>
<div class="creditline">
© James Byrne 2017
</div>
</body>
</html>