Explorar o código

Update examples.html

Stein, Peter %!s(int64=11) %!d(string=hai) anos
pai
achega
43df2c77d3
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      examples.html

+ 3 - 3
examples.html

@@ -12,9 +12,9 @@
     <link rel="stylesheet" href="static/stylesheets/bootstrap-switch.css" />
     <link rel="stylesheet" href="http://getbootstrap.com/2.3.2/assets/js/google-code-prettify/prettify.css" />
     <link rel="stylesheet" href="http://getbootstrap.com/2.3.2/assets/css/docs.css" />
-    <link rel="stylesheet" href="static/stylesheets/styles.css" />
+    <link rel="stylesheet" href="http://bdmdesign.github.io/bootstrap-switch/static/stylesheets/styles.css" />
     <link rel="stylesheet" href="http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css">
-    <link rel="stylesheet" href="static/stylesheets/flat-ui-fonts.css">
+    <link rel="stylesheet" href="http://bdmdesign.github.io/bootstrap-switch/static/stylesheets/flat-ui-fonts.css">
 
         <style type="text/css">
             body {
@@ -953,7 +953,7 @@ $(document).ready(function() {
         <script src="http://getbootstrap.com/2.3.2/assets/js/google-code-prettify/prettify.js"></script>
         <script src="http://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script>
         <script src="static/js/bootstrap-switch.js"></script>
-        <script src="static/js/main.js"></script>
+        <script src="http://bdmdesign.github.io/bootstrap-switch/static/js/main.js"></script>
   </body>
 
 </html>