|
1 | 1 | <!DOCTYPE html> |
2 | 2 | <html lang="en" class=""> |
3 | 3 | <head> |
4 | | - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
5 | | - <title>meredith hoo</title> |
6 | | - <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no, minimum-scale=1, maximum-scale=1"> |
7 | | - <meta name="description" content="Meredith Hoo's creative project development site"> |
8 | | - <meta name="author" content="Meredith Hoo"> |
9 | | - <!-- Facebook Metadata --> |
10 | | - <meta name="og:title" content="Meredith Hoo"> |
11 | | - <meta name="og:description" content="This is my place to explore and create."> |
12 | | - <meta name="og:url" content="http://merhoo.github.io"> |
13 | | - <meta name="og:type" content="website"> |
14 | | - <meta name="theme-color" content="#222"> |
15 | | - <!-- Styles --> |
16 | | - <link href="./css/main.css" rel="stylesheet"> |
17 | | - <link href="./css/crumple.css" rel="stylesheet"> |
18 | | - <link href="./css/font.css" rel="stylesheet"> |
19 | | - <link href="./css/mobile.css" rel="stylesheet"> |
20 | | - <link href="./css/subpages.css" rel="stylesheet"> |
21 | | - <!-- Webpage Icon --> |
22 | | - <link rel="shortcut icon" href="./assets/images/icon.png" type="image/png"> |
23 | | - <!-- Fonts --> |
24 | | - <link href="https://fonts.googleapis.com/css?family=Roboto+Slab" rel="stylesheet"> |
| 4 | + <!-- Global site tag (gtag.js) - Google Analytics --> |
| 5 | + <script async src="https://www.googletagmanager.com/gtag/js?id=UA-72294820-1"></script> |
| 6 | + <script> |
| 7 | + window.dataLayer = window.dataLayer || []; |
| 8 | + function gtag(){dataLayer.push(arguments);} |
| 9 | + gtag('js', new Date()); |
25 | 10 |
|
26 | | - <!-- Jquery Min Library --> |
27 | | - <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> |
28 | | - <script src="./js/main.js"/></script> |
29 | | - <script src="./js/analytics.js"/></script> |
30 | | - <!-- Global site tag (gtag.js) - Google Analytics --> |
31 | | - <script async src="https://www.googletagmanager.com/gtag/js?id=UA-72294820-1"></script> |
32 | | - <script> |
33 | | - window.dataLayer = window.dataLayer || []; |
34 | | - function gtag(){dataLayer.push(arguments);} |
35 | | - gtag('js', new Date()); |
36 | | - |
37 | | - gtag('config', 'UA-72294820-1'); |
38 | | - </script> |
| 11 | + gtag('config', 'UA-72294820-1'); |
| 12 | + </script> |
| 13 | + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 14 | + <title>meredith hoo</title> |
| 15 | + <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no, minimum-scale=1, maximum-scale=1"> |
| 16 | + <meta name="description" content="Meredith Hoo's creative project development site"> |
| 17 | + <meta name="author" content="Meredith Hoo"> |
| 18 | + <!-- Facebook Metadata --> |
| 19 | + <meta name="og:title" content="Meredith Hoo"> |
| 20 | + <meta name="og:description" content="This is my place to explore and create."> |
| 21 | + <meta name="og:url" content="http://merhoo.github.io"> |
| 22 | + <meta name="og:type" content="website"> |
| 23 | + <meta name="theme-color" content="#222"> |
| 24 | + <!-- Styles --> |
| 25 | + <link href="./css/main.css" rel="stylesheet"> |
| 26 | + <link href="./css/crumple.css" rel="stylesheet"> |
| 27 | + <link href="./css/font.css" rel="stylesheet"> |
| 28 | + <link href="./css/mobile.css" rel="stylesheet"> |
| 29 | + <link href="./css/subpages.css" rel="stylesheet"> |
| 30 | + <!-- Webpage Icon --> |
| 31 | + <link rel="shortcut icon" href="./assets/images/icon.png" type="image/png"> |
| 32 | + <!-- Fonts --> |
| 33 | + <link href="https://fonts.googleapis.com/css?family=Roboto+Slab" rel="stylesheet"> |
39 | 34 |
|
| 35 | + <!-- Jquery Min Library --> |
| 36 | + <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> |
| 37 | + <script src="./js/main.js"/></script> |
| 38 | + <script src="./js/analytics.js"/></script> |
40 | 39 | </head> |
41 | 40 | <body id="poems"> |
42 | 41 | <section class="writing"> |
|
0 commit comments