-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (28 loc) · 939 Bytes
/
index.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
<!DOCTYPE html>
<!--
AUTHOR: Nicolas Sims
VERSION: 2.4
CREATED: 1/3/2017
ASSIGNMENT: Create the medusa page.
-->
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Med-USA! USA! USA!</title>
<link href="css/style.css" rel="stylesheet">
</head>
<h1 id="medusa">Medusa</h1>
<h2 id="publication">The Journal of Jellyfish Studies</h2>
<body>
<h1 id="issue-info">
<span id="volume">Volume</span>
<span id="issue"><abbr title="number">N<sup>o</sup></abbr><span id="period">.</span><span id="number">2</span></span>
</h1>
<figure>
<figcaption>Chrysaora quinquecirrha Patrice Stephens-Bourgeault</figcaption>
</figure>
<time datetime="2014-05">May 2014</time>
</body>
</html>