-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (46 loc) · 2.1 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
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="en">
<head>
<!-- COMMON TAGS -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Akino Bike | First of firsts</title>
<link rel="icon" href="favicon.ico" />
<!-- Search Engine -->
<meta name="description" content="This page is a gift to the greatest Zé Baikinha of all time.">
<meta name="image" content="https://akino.bike/images/bikando.gif">
<!-- Schema.org for Google -->
<meta itemprop="name" content="Akino Bike | First of firsts">
<meta itemprop="description" content="This page is a gift to the greatest Zé Baikinha of all time.">
<meta itemprop="image" content="https://akino.bike/images/bikando.gif">
<!-- Twitter -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Akino Bike | First of firsts">
<meta name="twitter:description" content="This page is a gift to the greatest Zé Baikinha of all time.">
<meta name="twitter:site" content="@joaovitor_as">
<meta name="twitter:creator" content="@joaovitor_as">
<meta name="twitter:image:src" content="https://akino.bike/images/bikando.gif">
<!-- Open Graph general (Facebook, Pinterest & Google+) -->
<meta property="og:title" content="Akino Bike | First of firsts">
<meta property="og:description" content="This page is a gift to the greatest Zé Baikinha of all time.">
<meta property="og:image" content="https://akino.bike/images/bikando.gif">
<meta property="og:image:type" content="image/gif">
<meta property="og:url" content="https://akino.bike">
<meta property="og:site_name" content="Akino Bike">
<meta property="og:type" content="website">
<meta property="fb:admins" content="100000845154565">
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<div class="title">
<h1>Akino Bike</h1>
</div>
<img src="images/bikando.gif">
<embed src="media/Nyan Cat.mp3" autostart="true" loop="true" width="2" height="0">
</embed>
<noembed>
<bgsound src="media/Nyan Cat.mp3" loop="infinite">
</noembed>
</body>
</html>