scratch – Diff between revs 57 and 58

Subversion Repositories:
Rev:
Only display areas with differencesRegard whitespace
Rev 57 Rev 58
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> -  
13 -  
14 <!-- Polyfill --> -  
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> -  
30 <script src="js/bootstrap/respond.min.js"></script> -  
31 <![endif]--> -  
32 14 <!-- Bootstrap core CSS -->
33 <!-- Local style --> 15 <link href="bower_components/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
34 <!-- <link href="css/style.css" rel="stylesheet"> --> 16
35 </head> 17 </head>
36   18  
37 <body> 19 <body>
38   20  
39 <div class="container"> 21 <div class="container">
40   22  
41 <!-- Main component for a primary marketing message or call to action --> 23 <!-- Main component for a primary marketing message or call to action -->
42 <div class="jumbotron"> 24 <div class="jumbotron">
43 <h1>Scratch</h1> 25 <h1>Scratch</h1>
44 <p>Asset sharing platform.</p> 26 <p>Asset sharing platform.</p>
45 </div> 27 </div>
46 28
47 <ul class="nav nav-tabs"> 29 <ul class="nav nav-tabs">
48 <li class="active"><a href="#">Home</a></li> 30 <li class="active"><a href="#">Home</a></li>
49 <li><a href="file.html">File</a></li> 31 <li><a href="file.html">File</a></li>
50 <li><a href="text.html">Text</a></li> 32 <li><a href="text.html">Text</a></li>
51 </ul> 33 </ul>
52 34
53 35
54 <div class="content"> 36 <div class="content">
55 <h2>Welcome</h2> 37 <h2>Welcome</h2>
56 TBA 38 TBA
57 </div> 39 </div>
58   40  
59 </div> <!-- /container --> 41 </div> <!-- /container -->
60 42
61 <div id="footer"> 43 <div id="footer">
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>
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>
72 </html> 54 </html>
73   55