forked from codyogden/killedbygoogle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (37 loc) · 2.34 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description" content="The Google Graveyard: A list of dead products Google has killed and laid to rest in the Google Cemetery.">
<link rel="shortcut icon" href="assets/favicon.png">
<title>Killed by Google - The Google Graveyard & Cemetery</title>
<meta name="image" content="https://killedbygoogle.com/assets/social/card.png">
<!-- Schema.org for Google -->
<meta itemprop="name" content="Killed by Google">
<meta itemprop="description" content="The Google Graveyard: A list of dead products Google has killed and laid to rest in the Google Cemetery.">
<meta itemprop="image" content="https://killedbygoogle.com/assets/social/card.png">
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Killed by Google">
<meta name="twitter:description" content="The Google Graveyard: A list of dead products Google has killed and laid to rest in the Google Cemetery.">
<meta name="twitter:site" content="@killedbygoogle">
<meta name="twitter:creator" content="@killedbygoogle">
<meta name="twitter:image:src" content="https://killedbygoogle.com/assets/social/card-twitter.png">
<!-- Open Graph general (Facebook, Pinterest & Google+) -->
<meta name="og:title" property="og:title" content="Killed by Google">
<meta name="og:description" property="og:description" content="Killed by Google is a Free and Open Source list of dead Google products, services, and devices. It serves as a tribute and memorial of beloved services and products killed by Google.">
<meta name="og:image" property="og:image" content="https://killedbygoogle.com/assets/social/card.png">
<meta name="og:site_name" property="og:site_name" content="Killed by Google">
<meta name="og:type" property="og:type" content="website">
<!-- Bing -->
<meta name="msvalidate.01" content="0C9605AF449480F57421EECCA9EB2B8A" />
<!-- Google -->
<meta name="google-site-verification" content="9y9dretKdifnWDdkbkT9Qm1PtWMIe3qz6R09Xkm8Cdc" />
</head>
<body>
<div id="killedbygoogle"></div>
<script src="main.js"></script>
</body>
</html>