Browse Source

static resources

bob
P.BARRY 10 years ago
parent
commit
6b90e3886e
6 changed files with 26 additions and 7 deletions
  1. 5
      public/css/bootstrap.min.css
  2. 7
      public/js/bootstrap.min.js
  3. 4
      public/js/jquery-1.11.2.min.js
  4. 3
      public/js/socket.io-1.3.4.js
  5. 8
      views/index.ejs
  6. 6
      views/view.ejs

5
public/css/bootstrap.min.css
File diff suppressed because it is too large
View File

7
public/js/bootstrap.min.js
File diff suppressed because it is too large
View File

4
public/js/jquery-1.11.2.min.js
File diff suppressed because it is too large
View File

3
public/js/socket.io-1.3.4.js
File diff suppressed because it is too large
View File

8
views/index.ejs

@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<title>Studio</title> <title>Studio</title>
<!-- Latest compiled and minified CSS --> <!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/cover.css"/> <link rel="stylesheet" href="/css/cover.css"/>
</head> </head>
<body> <body>
@ -44,11 +44,11 @@
</body> </body>
<!-- Latest compiled and minified JQuery --> <!-- Latest compiled and minified JQuery -->
<script src="//code.jquery.com/jquery-1.11.2.min.js"></script>
<script src="/js/jquery-1.11.2.min.js"></script>
<!-- Latest compiled and minified javaScript bootstrap--> <!-- Latest compiled and minified javaScript bootstrap-->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
<!-- Getting the Socket.IO Client --> <!-- Getting the Socket.IO Client -->
<script src="https://cdn.socket.io/socket.io-1.3.4.js"></script>
<script src="/js/socket.io-1.3.4.js"></script>
</html> </html>
<style type="text/css"> <style type="text/css">

6
views/view.ejs

@ -20,11 +20,11 @@
</div> </div>
</body> </body>
<!-- Latest compiled and minified JQuery --> <!-- Latest compiled and minified JQuery -->
<script src="//code.jquery.com/jquery-1.11.2.min.js"></script>
<script src="/js/jquery-1.11.2.min.js"></script>
<!-- Latest compiled and minified javaScript bootstrap--> <!-- Latest compiled and minified javaScript bootstrap-->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
<!-- Getting the Socket.IO Client --> <!-- Getting the Socket.IO Client -->
<script src="https://cdn.socket.io/socket.io-1.3.4.js"></script>
<script src="/js/socket.io-1.3.4.js"></script>
</html> </html>
<script type="text/javascript"> <script type="text/javascript">

Loading…
Cancel
Save