-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (35 loc) · 1.49 KB
/
index.html
File metadata and controls
40 lines (35 loc) · 1.49 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Hey, what’s with the bear?</title>
<meta name="description" content="Is this in production?">
<meta name="image" content="http://whatswiththebear.website/honeybadgerbadgedontcare.png">
<!-- Schema.org for Google -->
<meta itemprop="name" content="Hey, what’s with the bear?">
<meta itemprop="description" content="Is this in production?">
<meta itemprop="image" content="http://whatswiththebear.website/honeybadgerbadgedontcare.png">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Hey, what’s with the bear?">
<meta name="twitter:description" content="Is this in production?">
<meta name="og:title" content="Hey, what’s with the bear?">
<meta name="og:description" content="Is this in production?">
<meta name="og:image" content="http://whatswiththebear.website/honeybadgerbadgedontcare.png">
<meta name="og:url" content="http://whatswiththebear.website/">
<meta name="og:site_name" content="Hey, what's with the bear?">
<meta name="og:type" content="website">
<style>
html {
background: url(honeybadgerbadgedontcare.png) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
</style>
</head>
<body>
</body>
</html>