-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbio_corrected.html
More file actions
37 lines (34 loc) · 909 Bytes
/
bio_corrected.html
File metadata and controls
37 lines (34 loc) · 909 Bytes
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
<!DOCTYPE html>
<!-- includes syntax correction
-->
<html>
<head>
<meta charset="utf-8">
<title>Index</title>
<link href='http://fonts.googleapis.com/css?family=Rosarivo:400,400italic|Montserrat+Alternates:400,700|Montaga' rel='stylesheet' type='text/css'>
<style type="text/css" media="screen">
body {
background-color: whitesmoke;
font-family: 'Montaga', serif;
color: #444;
}
h1, h2 {
font-family: 'Montserrate Alternates', sans-serif;
font-weight: 700;
}
h3, h4 {
font-family: 'Montserrate Alternates', sans-serif;
font-weight: 400;
}
</style>
</head>
<body>
<header>
<h1 id="main-title">My Rad Page!</h1>
</header>
<hr>
<footer>
<p><em>By Brandon Walsh (but stolen pretty heavily from Eric Rochester because lazy)</em></p>
</footer>
</body>
</html>