scratch – Diff between revs 57 and 58

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 57 Rev 58
Line 7... Line 7...
7 <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> 7 <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
8 <meta name="description" content="quick asset upload"> 8 <meta name="description" content="quick asset upload">
9 <meta name="author" content="Wizardry and Steamworks"> 9 <meta name="author" content="Wizardry and Steamworks">
10 <link rel="icon" href="favicon.ico"> 10 <link rel="icon" href="favicon.ico">
Line 11... Line 11...
11   11  
12 <title>Quickload</title> -  
13 -  
14 <!-- Polyfill --> -  
Line 15... Line 12...
15 <script src="js/polyfill/polyfill.min.js"></script> 12 <title>Scratch</title>
16   13  
17 <!-- Bootstrap core CSS --> -  
18 <link href="css/bootstrap/bootstrap.min.css" rel="stylesheet"> -  
19   -  
20 <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> -  
21 <link href="css/bootstrap/ie10-viewport-bug-workaround.css" rel="stylesheet"> -  
22   -  
23 <!-- Just for debugging purposes. Don't actually copy these 2 lines! --> -  
24 <!--[if lt IE 9]><script src="js/bootstrap/ie8-responsive-file-warning.js"></script><![endif]--> -  
25 <script src="js/bootstrap/ie-emulation-modes-warning.js"></script> -  
26   -  
27 <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> -  
28 <!--[if lt IE 9]> -  
29 <script src="js/bootstrap/html5shiv.min.js"></script> -  
Line 30... Line -...
30 <script src="js/bootstrap/respond.min.js"></script> -  
31 <![endif]--> -  
32 14 <!-- Bootstrap core CSS -->
Line 33... Line 15...
33 <!-- Local style --> 15 <link href="bower_components/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
Line 34... Line 16...
34 <!-- <link href="css/style.css" rel="stylesheet"> --> 16
Line 62... Line 44...
62 <div class="container"> 44 <div class="container">
63 <p class="text-muted credit">Copyright <i class="glyphicon glyphicon-copyright-mark"></i> 2017 <a href="http://grimore.org">Wizardry and Steamworks</a>.</p> 45 <p class="text-muted credit">Copyright <i class="glyphicon glyphicon-copyright-mark"></i> 2017 <a href="http://grimore.org">Wizardry and Steamworks</a>.</p>
64 </div> 46 </div>
65 </div> 47 </div>
Line 66... Line 48...
66   48  
67 <script src="js/jquery/jquery.min.js"></script> 49 <!-- jQuery -->
68 <script src="js/bootstrap/bootstrap.min.js"></script> 50 <script src="bower_components/jquery/dist/jquery.min.js"></script>
69 <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> 51 <!-- BootStrap -->
70 <script src="js/bootstrap/ie10-viewport-bug-workaround.js"></script> 52 <script src="bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
71 </body> 53 </body>