scratch – Diff between revs 23 and 31

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 23 Rev 31
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html lang="en"> 2 <html lang="en">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <meta http-equiv="X-UA-Compatible" content="IE=edge"> 5 <meta http-equiv="X-UA-Compatible" content="IE=edge">
6 <meta name="viewport" content="width=device-width, initial-scale=1"> 6 <meta name="viewport" content="width=device-width, initial-scale=1">
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">
11   11  
12 <title>Quickload</title> 12 <title>Quickload</title>
-   13
-   14 <!-- Polyfill -->
-   15 <script src="js/polyfill/polyfill.min.js"></script>
13   16  
14 <!-- Bootstrap core CSS --> 17 <!-- Bootstrap core CSS -->
15 <link href="css/bootstrap/bootstrap.min.css" rel="stylesheet"> 18 <link href="css/bootstrap/bootstrap.min.css" rel="stylesheet">
16   19  
17 <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> 20 <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
18 <link href="css/bootstrap/ie10-viewport-bug-workaround.css" rel="stylesheet"> 21 <link href="css/bootstrap/ie10-viewport-bug-workaround.css" rel="stylesheet">
19   22  
20 <!-- Just for debugging purposes. Don't actually copy these 2 lines! --> 23 <!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
21 <!--[if lt IE 9]><script src="js/bootstrap/ie8-responsive-file-warning.js"></script><![endif]--> 24 <!--[if lt IE 9]><script src="js/bootstrap/ie8-responsive-file-warning.js"></script><![endif]-->
22 <script src="js/bootstrap/ie-emulation-modes-warning.js"></script> 25 <script src="js/bootstrap/ie-emulation-modes-warning.js"></script>
23   26  
24 <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> 27 <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
25 <!--[if lt IE 9]> 28 <!--[if lt IE 9]>
26 <script src="js/bootstrap/html5shiv.min.js"></script> 29 <script src="js/bootstrap/html5shiv.min.js"></script>
27 <script src="js/bootstrap/respond.min.js"></script> 30 <script src="js/bootstrap/respond.min.js"></script>
28 <![endif]--> 31 <![endif]-->
29 32
30 <!-- Local style --> 33 <!-- Local style -->
31 <!-- <link href="css/style.css" rel="stylesheet"> --> 34 <!-- <link href="css/style.css" rel="stylesheet"> -->
32 </head> 35 </head>
33   36  
34 <body> 37 <body>
35   38  
36 <div class="container"> 39 <div class="container">
37   40  
38 <!-- Main component for a primary marketing message or call to action --> 41 <!-- Main component for a primary marketing message or call to action -->
39 <div class="jumbotron"> 42 <div class="jumbotron">
40 <h1>Quickload</h1> 43 <h1>Quickload</h1>
41 <p>Asset sharing platform.</p> 44 <p>Asset sharing platform.</p>
42 </div> 45 </div>
43 46
44 <ul class="nav nav-tabs"> 47 <ul class="nav nav-tabs">
45 <li class="active"><a href="#">Home</a></li> 48 <li class="active"><a href="#">Home</a></li>
46 <li><a href="files.html">Files</a></li> 49 <li><a href="files.html">Files</a></li>
47 <li><a href="text.html">Text</a></li> 50 <li><a href="text.html">Text</a></li>
48 </ul> 51 </ul>
49   52  
50 </div> <!-- /container --> 53 </div> <!-- /container -->
51 54
52 <div id="footer"> 55 <div id="footer">
53 <div class="container"> 56 <div class="container">
54 <p class="text-muted credit">Copyright <i class="glyphicon glyphicon-copyright-mark"></i> 2017 <a href="http://grimore.org">Wizardry and Steamworks</a>.</p> 57 <p class="text-muted credit">Copyright <i class="glyphicon glyphicon-copyright-mark"></i> 2017 <a href="http://grimore.org">Wizardry and Steamworks</a>.</p>
55 </div> 58 </div>
56 </div> 59 </div>
57   60  
58 <script src="js/jquery/jquery.min.js"></script> 61 <script src="js/jquery/jquery.min.js"></script>
59 <script src="js/bootstrap/bootstrap.min.js"></script> 62 <script src="js/bootstrap/bootstrap.min.js"></script>
60 <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> 63 <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
61 <script src="js/bootstrap/ie10-viewport-bug-workaround.js"></script> 64 <script src="js/bootstrap/ie10-viewport-bug-workaround.js"></script>
62 </body> 65 </body>
63 </html> 66 </html>
64   67