master
iotcat 2 years ago
parent bfd7f97fbb
commit effb02d46f
  1. 5
      bootstrap.min.css
  2. 7
      bootstrap.min.js
  3. 9
      index.html
  4. 4
      jquery.min.js
  5. 17
      less.min.js

5
bootstrap.min.css vendored

File diff suppressed because one or more lines are too long

7
bootstrap.min.js vendored

File diff suppressed because one or more lines are too long

@ -20,13 +20,12 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7; IE=EDGE" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
<link rel="stylesheet" href="bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
<link rel="stylesheet" type="text/css" href="loading.css">
<link href='/font.css' rel='stylesheet' type='text/css'>
<!-- <link href='http://fonts.googleapis.com/css?family=Nunito' rel='stylesheet' type='text/css'> -->
<link rel="stylesheet/less" href="cake.less">
<script src="https://cdnjs.cloudflare.com/ajax/libs/less.js/2.1.0/less.min.js"></script>
<script src="less.min.js"></script>
</head>
<body>
@ -182,7 +181,7 @@
</div>
</body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
<script src="/jquery.min.js"></script>
<script src="bootstrap.min.js"></script>
<script src="effect.js"></script>
</html>

4
jquery.min.js vendored

File diff suppressed because one or more lines are too long

17
less.min.js vendored

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save