Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoCioria committed Mar 23, 2018
1 parent 95ef0a2 commit d61b6c2
Show file tree
Hide file tree
Showing 7 changed files with 41 additions and 20 deletions.
47 changes: 30 additions & 17 deletions examples/build/bundle.js

Large diffs are not rendered by default.

Binary file modified examples/build/bundle.js.gz
Binary file not shown.
12 changes: 10 additions & 2 deletions examples/build/index.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,24 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>RC Datepicker</title>
<link href="http://fonts.googleapis.com/css?family=Raleway:400,700,800,200" rel="stylesheet" type="text/css"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" />

<link rel="stylesheet" href="style.3521b5ac492d5be8c53e.min.css" media="all">
<link
rel="stylesheet"
href="style.bc98d18d0bafb17a4b51.min.css"
media="all"
/>

</head>
<body>
<div id="container"></div>

<script type='text/javascript' src="bundle.js" charset="utf-8"></script>
<script
type='text/javascript'
src="bundle.js"
></script>

</body>
</html>
1 change: 0 additions & 1 deletion examples/build/style.3521b5ac492d5be8c53e.min.css

This file was deleted.

Binary file removed examples/build/style.3521b5ac492d5be8c53e.min.css.gz
Binary file not shown.
Loading

0 comments on commit d61b6c2

Please sign in to comment.