-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (34 loc) · 1.72 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- favicon info -->
<link rel="apple-touch-icon" sizes="180x180" href="images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png">
<link rel="manifest" href="images/site.webmanifest">
<!-- open graph info -->
<meta property="og:url" content="https://lsburtonbyu.github.io/first-web-page-sample/">
<meta property="og:title" content="Possum Palooza">
<meta property="og:description" content="Custom og text: your one-stop source for all things related to possums.">
<meta property="og:image"
content="https://raw.githubusercontent.com/lsburtonBYU/first-web-page-sample/main/images/possum-og-image.jpg">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="600">
<meta property="og:image:alt" content="two virginia opossum wrapped in a purple">
<meta property="og:type" content="article">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site:id" content="@maxburtonn">
<meta name="twitter:image"
content="https://raw.githubusercontent.com/lsburtonBYU/first-web-page-sample/main/images/possum-og-twitter.jpg">
<meta name="twitter:image:alt" content="a possum standing on gravel">
<meta name="description" content="A website all about possums">
<title>Home - Possum Palooza</title>
</head>
<body>
<h1>Possum Palooza - All about possums</h1>
<p>Your one-stop source for all things related to possums.</p>
</body>
</html>