-
Notifications
You must be signed in to change notification settings - Fork 18
/
thankyou.html
28 lines (28 loc) · 1.32 KB
/
thankyou.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Pokémon Interactive Type Chart</title>
<!-- Social Media Stuff -->
<meta property="og:title" content="Pokémon Interactive Type Chart">
<meta property="og:description" content="An interactive type chart with Pokémon Type Strengths">
<meta property="og:url" content="http://filipekiss.github.io/pokemon-type-chart/">
<meta property="og:image" content="http://i.imgur.com/drWhvRJ.png">
<meta property="og:site_name" content="Pokémon Type Chart">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:creator" content="@filipekiss">
<meta name="twitter:url" content="http://filipekiss.github.io/pokemon-type-chart/">
<meta name="twitter:title" content="Pokémon Type Chart">
<meta name="twitter:description" content="An interactive type chart with Pokémon Type Strengths">
<meta name="twitter:image:src" content="http://i.imgur.com/drWhvRJ.png"/>
<link rel="stylesheet" href="about.css">
</head>
<body>
<div id="about">
<h1>Thank you :)</h1>
<small>Click <a href="index.html">here</a> to go back to the chart.</small>
<p>Thank you for your contribution. This will help me keep things here updated.</p>
</div>
</body>
</html>