-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (35 loc) · 2.83 KB
/
index.html
File metadata and controls
44 lines (35 loc) · 2.83 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Drizzle</title>
<meta name="description" content="Guess the Drake song from the intro in as little tries as possible.">
<meta itemprop="name" content="Drake Heardle">
<meta itemprop="description" content="Guess the Drake song from the intro in as little tries as possible.">
<meta property="og:url" content="https://drizzle-lago.glitch.me/">
<meta property="og:type" content="website">
<meta property="og:title" content="Drizzle">
<meta property="og:description" content="Guess the Drake song from the intro in as little tries as possible.">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Drizzle">
<meta name="twitter:description" content="Guess the Drake song from the intro in as little tries as possible.">
<!-- EDIT THE content= TAGS WITH A LINK TO AN IMAGE THAT WILL SHOW UP WHEN YOU SHARE THE LINK -->
<meta itemprop="image" content="https://i.scdn.co/image/ab67616d0000b27352c75ed37313b889447011ef">
<meta property="og:image" content="https://i.scdn.co/image/ab67616d0000b27352c75ed37313b889447011ef">
<meta name="twitter:image" content="https://i.scdn.co/image/ab67616d0000b27352c75ed37313b889447011ef">
<!-- EDIT THE href TAGS WITH A LINK THAT'LL SHOW UP AS AN ICON IN YOUR BROWSER -->
<link rel="icon" type="image/png" href="https://www.biography.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cq_auto:good%2Cw_1200/MTQ3NTI2OTA4NzY5MjE2MTI4/drake_photo_by_prince_williams_wireimage_getty_479503454.jpg"
<link rel="icon" type="image/png" sizes="32x32" href="https://www.biography.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cq_auto:good%2Cw_1200/MTQ3NTI2OTA4NzY5MjE2MTI4/drake_photo_by_prince_williams_wireimage_getty_479503454.jpg">
<link rel="icon" type="image/png" sizes="16x16" href="https://www.biography.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cq_auto:good%2Cw_1200/MTQ3NTI2OTA4NzY5MjE2MTI4/drake_photo_by_prince_williams_wireimage_getty_479503454.jpg">
<link rel="apple-touch-icon" sizes="180x180" href="https://www.biography.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cq_auto:good%2Cw_1200/MTQ3NTI2OTA4NzY5MjE2MTI4/drake_photo_by_prince_williams_wireimage_getty_479503454.jpg">
<link rel="shortcut icon" href="https://www.biography.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cq_auto:good%2Cw_1200/MTQ3NTI2OTA4NzY5MjE2MTI4/drake_photo_by_prince_williams_wireimage_getty_479503454.jpg">
<link rel="manifest" href="/site.webmanifest">
<link rel="stylesheet" href="global.css">
<link rel="stylesheet" href="bundle.css">
<script defer src="main.js"></script>
<script>
if (location.protocol != 'https:') { location.href = 'https:' + window.location.href.substring(window.location.protocol.length); }
</script>
</head>
</html>