<!DOCTYPE html> <html> <head> <title>Jake & Elwood</title> <!-- viewport meta to render pages on mobile properly --> <meta name="viewport" content="width=device-width, initial-scale=1">
<!-- link to google fonts --> <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap" rel="stylesheet"> <!-- link to my CSS --> <link href="css/style.css" rel="stylesheet"> </head> <body> <header>
</header>
<main></main>
<footer></footer> </body> </html>
10
11
12
13
14
15
16
17
18
19
20
21
22
1
2
3
4
5
6
7
8
9
<!-- link to my CSS -->
<linkhref="css/style.css"rel="stylesheet">
</head>
<body>
<header>
</header>
<main></main>
<footer></footer>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Jake & Elwood</title>
<!-- viewport meta to render pages on mobile properly -->