-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (35 loc) · 1.53 KB
/
Copy pathindex.html
File metadata and controls
46 lines (35 loc) · 1.53 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- title, description, and browser metadata -->
<title>clouds</title>
<meta name="title" content="clouds" />
<meta property="og:title" content="clouds" />
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="theme-color" content="#7BA0CF" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:type" content="website" />
<meta property="og:url" content="" />
<meta name="description" content="photos and webpage by Dana Rosamund Teagle" />
<meta property="og:description" content="photos and webpage by Dana Rosamund Teagle" />
<meta name="author" content="Dana Rosamund Teagle" />
<!-- preloaded typeface -->
<link rel="preload" href="./fonts/source_code_pro/SourceCodePro-VariableFont_wght.ttf" as="font" type="font/ttf"
crossorigin />
<!-- style import -->
<link rel="stylesheet" href="./styles.css" />
</head>
<body>
<div class="horizontal-scroll-container"></div>
<!-- footer section -->
<footer>
<p>
cloud photos and webpage by <a href="https://danateagle.com" title="Dana Teagle's website" target="_blank"
rel="norefferer">dana rosamund teagle</a>. see also: <a href="https://birds.danateagle.com"
title="birds" target="_blank" rel="norefferer">birds</a>.
</p>
</footer>
<script src="./scripts.js"></script>
</body>
</html>