Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit 0c3c51a

Browse files
committed
Update 2017-01-27T11:54:52.055Z
1 parent 31efbff commit 0c3c51a

File tree

4 files changed

+21
-17
lines changed

4 files changed

+21
-17
lines changed

app.js

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html prefix="og: http://ogp.me/ns#">
33

44
<head>
5-
<title data-react-helmet="true">wikiwi.io</title>
6-
<meta http-equiv="Content-type" content="text/html; charset=utf-8" data-react-helmet="true" />
7-
<meta name="viewport" content="width=device-width" data-react-helmet="true" />
8-
<meta name="mobile-web-app-capable" content="yes" data-react-helmet="true" />
9-
<meta name="theme-color" content="#136a8a" data-react-helmet="true" />
5+
<title>React CSS Transition · Take Control of your CSS Transitions</title>
6+
<meta property="og:title" content="React CSS Transition" />
7+
<meta property="og:description" content="Take Control of your CSS Transitions" />
8+
<meta property="og:url" content="https://wikiwi.github.io/react-css-transition" />
9+
<meta property="og:image" content="https://wikiwi.github.io/react-css-transition/preview.png" />
10+
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
11+
<meta name="viewport" content="width=device-width" />
12+
<meta name="mobile-web-app-capable" content="yes" />
13+
<meta name="theme-color" content="#136a8a" />
1014
<style>
1115
@import url('https://fonts.googleapis.com/css?family=Roboto|Roboto+Mono|Roboto+Slab');
1216
</style>

preview.png

39.2 KB
Loading

0 commit comments

Comments
 (0)