Skip to content
This repository has been archived by the owner on Jan 30, 2019. It is now read-only.

Commit

Permalink
Update demo
Browse files Browse the repository at this point in the history
  • Loading branch information
AZaviruha committed Oct 17, 2016
1 parent 218ee0f commit 8975a41
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions demo/index.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<!doctype html>
<html>
<head>
<title>Demo MasterDetail</title>
<head>
<title>Pager demo</title>
<meta charset="UTF-8">

<script src="./bundle.js"></script>
<link rel="stylesheet" href="./css/bootstrap.css">
</head>
<script src="./bundle.js"></script>
<link rel="stylesheet" href="./css/bootstrap.css">
</head>

<body style="padding: 20px;">
<body style="padding: 20px;">
<div id="app"></div>
</body>
</body>
</html>

0 comments on commit 8975a41

Please sign in to comment.