Skip to content
This repository has been archived by the owner on Aug 28, 2022. It is now read-only.

Commit

Permalink
New build
Browse files Browse the repository at this point in the history
  • Loading branch information
jussikinnula committed Dec 20, 2018
1 parent 6049912 commit aba0a63
Show file tree
Hide file tree
Showing 6 changed files with 1,762 additions and 4 deletions.
177 changes: 177 additions & 0 deletions example/app.js

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions example/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!--<base href="/react-router-page-transition-v2/example/">//-->
<!--<base href="/">//-->
<base href="/react-router-page-transition-v2/example/">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<title>react-router-page-transition-v2</title>
</head>
<body>
<script type="text/javascript" src="runtime.js?9eb55b6bf2acb5679516"></script><script type="text/javascript" src="vendor.js?9eb55b6bf2acb5679516"></script><script type="text/javascript" src="app.js?9eb55b6bf2acb5679516"></script></body>
</html>
Loading

0 comments on commit aba0a63

Please sign in to comment.