-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcontact.html
More file actions
24 lines (24 loc) · 1 KB
/
contact.html
File metadata and controls
24 lines (24 loc) · 1 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
<!DOCTYPE html>
<meta charset="utf-8"/>
<head>
<title>Contact</title>
<link rel="stylesheet" type="text/css" href="/src/css/main.css">
<script type="text/javascript" src="/src/js/jquery.min.js"></script>
<script type="text/javascript" src="/src/js/main.js"></script>
<meta property="og:site_name" content="Bird Science Olympiad">
<meta property="og:title" content="Contact">
<meta property="og:type" content="article">
<meta property="og:url" content="https://birdso.org">
<meta property="og:description" content="If you have any questions or concerns regarding BirdSO, please email us. We will do our best to respond to your inquiry in a timely manner.">
<meta property="og:image" content="https://birdso.org/src/img/logos/logo.png">
</head>
<body>
<div class="header">
<div class="container">
<h1>Contact</h1>
</div>
</div>
<div class="container">
<p><em>If you have any questions or concerns, please email us at <a href = "mailto:director@birdso.org">director@birdso.org</a>.</em></p>
</div>
</body>