Skip to content

Commit 68cfc07

Browse files
authored
Add Twitter card meta tags
1 parent 0a828b7 commit 68cfc07

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

index.html

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<title>Old School PC BIOS - Splash Bootscreen Generator</title>
4+
<title>Old School PC BIOS - Splash Bootscreen Generator for 3DS</title>
55

66
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Roboto:100,300,400,500,600|Material+Icons" />
77
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.98.2/css/materialize.min.css" />
@@ -12,9 +12,16 @@
1212

1313
<meta property="og:title" content="Old School PC BIOS" />
1414
<meta property="og:description" content="Splash Bootscreen Generator for 3DS CFW" />
15-
<meta property="og:image" content="https://www.gravatar.com/avatar/8d74b30f162502dcf45623e721b2bd20.png?s=600" />
15+
<meta property="og:image" content="https://i.imgur.com/Fvxb9iS.png" />
1616
<meta property="og:url" content="https://sebascontre.github.io/bootscreen3ds/" />
1717

18+
<meta name="twitter:card" content="summary_large_image">
19+
<meta name="twitter:site" content="@sebascontre">
20+
<meta name="twitter:creator" content="@sebascontre">
21+
<meta name="twitter:title" content="Old School PC BIOS">
22+
<meta name="twitter:description" content="Splash Bootscreen Generator for 3DS">
23+
<meta name="twitter:image" content="https://i.imgur.com/Fvxb9iS.png">
24+
1825
<!--[if lt IE 9]>
1926
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
2027
<![endif]-->

0 commit comments

Comments
 (0)