-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpage-contact-eng.html
More file actions
46 lines (35 loc) · 1.19 KB
/
page-contact-eng.html
File metadata and controls
46 lines (35 loc) · 1.19 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
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="./style.css" />
<title>Mathilde Jutras - Contact</title>
<meta name="description" content="Bienvenue sur le site de Mathilde Jutras, chercheuse en océanographie à l'ISMER-UQAR">
<meta name="keywords" content="Mathilde Jutras">
<meta name="robots" content="index, follow">
<link rel="sitemap" type="application/xml" title="Sitemap" href="sitemap.xml" />
</head>
<body>
<div id='rectangle'>
<!-- Fixed Header -->
<header>
<h1>Jutras Lab on physics and marine biogeochemistry</h1>
<nav>
<ul>
<li><a href="index-eng.html">Research</a></li>
<li><a href="page-publi-eng.html">Publications</a></li>
<li><a href="page-people-eng.html">Opportunities</a></li>
<li><a href="page-societe-eng.html">Scoiety</a></li>
<li><a href="page-contact-eng.html">Contact</a></li>
<li><a href="index.html"><u>FRANÇAIS</u></a></li>
</ul>
</nav>
</header>
<div id='corps'>
<div class='txt'>
<h1>Contact</h1>
<p>Email: mathilde_jutras@uqar.ca</p>
</div>
</div>
</body>
</html>