-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.html
65 lines (49 loc) · 2.36 KB
/
readme.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<!-- Lawton Meyer Website 2.0 -->
<html lang="en-US">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ZB40TCX1LM"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-ZB40TCX1LM');
</script>
<meta charset="UTF-8">
<meta name="description" content="Lawton Meyer || Cinematography, Filmmaking, Videography services. Commercial, Music Videos, Narrative. Hudson Valley, New York and beyond.">
<meta name="keywords" content="Cinematography, Filmmaking,Videographer, Videography services, Commercial, Music Videos, Narrative,New York,Millbrook,NY,Hudson Valley,Berkshires,CT">
<meta name="author" content="Schuyler Meyer">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="index,follow">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@LawtonMeyer">
<meta name="twitter:creator" content="@LawtonMeyer">
<meta name="twitter:title" content="Lawton Meyer">
<meta name="twitter:description" content="Cinematography, Filmmaking, Videography services">
<meta name="twitter:image" content="https://www.lawtonmeyer.com/src/img/TwitterCard.jpg">
<meta name="twitter:image:alt" content="Lawton Meyer">
<title>Lawton Meyer | README</title>
<link href="src/css/stylesLM.css" rel="stylesheet">
<!--<link href="src/icons/SMLogo2022.ico" rel="shortcut icon">-->
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;1,100;1,300&display=swap" rel="stylesheet">
<!-- End Fonts -->
<script src="src/js/header.js" type="text/javascript" defer></script>
<script src="src/js/footer.js" type="text/javascript" defer></script>
</head>
<body onload="startTimer()">
<header id="header"></header>
<main>
<div class="pageTitle">README</div>
<br>
<br>
<div class="contactInfo">Note: This site makes use of Google Analytics.</div>
<br>
<br>
</main>
<footer id="footer"></footer>
</body>
</html>