-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (35 loc) · 1.65 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/x-icon" href="images/favicon.ico">
<!-- meta tags -->
<title>Leo slap!</title>
<meta name="description" content="Ever wanted to slap Leo in the face with a burger? Well, today is your lucky day.">
<!-- google -->
<meta itemprop="name" content="Leo slap!">
<meta itemprop="description" content="Ever wanted to slap Leo in the face with a burger? Well, today is your lucky day.">
<meta itemprop="image" content="https://leoslap.it/images/00031.jpg">
<!-- Open Graph data -->
<meta property="og:title" content="Leo slap!">
<meta property="og:type" content="website">
<meta property="og:url" content="https://leoslap.it/">
<meta property="og:image" content="https://leoslap.it/images/00031.jpg">
<meta property="og:description" content="Ever wanted to slap Leo in the face with a burger? Well, today is your lucky day.">
<!-- Twitter Card data -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Leo slap!">
<meta name="twitter:description" content="Ever wanted to slap Leo in the face with a burger? Well, today is your lucky day.">
<meta name="twitter:image" content="https://leoslap.it/images/00031.jpg">
</head>
<body>
<div id="page-container">
<div id="slider-container">
<img id="eelImage" src="images/0001.jpg" alt="Eel Slap Image">
</div>
</div>
<script src="script.js"></script>
</body>
</html>