-
Notifications
You must be signed in to change notification settings - Fork 1
/
default.html
24 lines (24 loc) · 948 Bytes
/
default.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
<!doctype html>
<html lang="en">
<head>
<title>{{ page.title }} | {{ site.title }}</title>
<meta charset="utf-8">
<meta name="description" content="{{ site.description }}">
<link rel="stylesheet" href="/assets/css/style.css">
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Open+Sans:400,700" />
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Oswald:400,600" />
<script src="https://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
{% include e-mail-script.html %}
</head>
<body>
<div role="banner" id="masthead">
<img id="masthead-logo" src="/images/logo.png" alt="Berkeley Ions logo" />
<span id="masthead-title">Ion and Electron Trap Group</span>
</div>
{% include menu.html %}
<div role="main" id="main-body">
{{ content }}
</div>
{% include foot.html %}
</body>
</html>