Skip to content

Commit 836952b

Browse files
committed
refactor: moved index.html and doc to "demo"
1 parent 00a3169 commit 836952b

File tree

4 files changed

+5
-11
lines changed

4 files changed

+5
-11
lines changed
File renamed without changes.
File renamed without changes.

index.html renamed to demo/index.html

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,19 @@
1515
<meta name="description" content="Bootstrap Switch Button is a bootstrap plugin that converts checkboxes into responsive switch buttons.">
1616
<meta name="keywords" content="bootstrap, switch, button, bootstrap-checkbox, bootstrap-switch, bootstrap-switch-button, bootstrap-toggle">
1717
<meta name="author" content="https://github.com/gitbrent">
18-
<meta name="version" content="20190305">
18+
<meta name="version" content="20200215">
1919
<meta name="robots" content="index, follow">
2020
<meta name="revisit-after" content="1 month">
2121
<title>Bootstrap Switch Button</title>
2222
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.3/styles/github.min.css">
2323
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
2424
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css">
2525
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.1/css/all.css" integrity="sha384-5sAR7xN1Nv6T6+dT2mhtzEpVJvfS3NScPQTrOxhwjIuvcA67KV2R5Jz6kr4abQsz" crossorigin="anonymous">
26-
<link rel="stylesheet" href="doc/stylesheet.css">
27-
<link rel="stylesheet" href="css/bootstrap-switch-button.css">
28-
<!--
29-
<link rel="stylesheet" href="css/bootstrap-switch-button.min.css">
30-
-->
26+
<link rel="stylesheet" href="assets/stylesheet.css">
27+
<link rel="stylesheet" href="../css/bootstrap-switch-button.min.css">
3128
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
3229
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
33-
<script src="js/bootstrap-switch-button.js"></script>
34-
<!--
35-
<script src="js/bootstrap-switch-button.min.js"></script>
36-
-->
30+
<script src="../dist/bootstrap-switch-button.min.js"></script>
3731
</head>
3832
<body>
3933
<header>
@@ -518,6 +512,6 @@ <h4 class="font-weight-light">
518512

519513
<!-- load highlight, then script.js for code to auto-highlight at load -->
520514
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.3/highlight.min.js"></script>
521-
<script src="doc/script.js"></script>
515+
<script src="assets/script.js"></script>
522516
</body>
523517
</html>

0 commit comments

Comments
 (0)