scratch – Blame information for rev 23

Subversion Repositories:
Rev:
Rev Author Line No. Line
5 office 1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="utf-8">
5 <meta http-equiv="X-UA-Compatible" content="IE=edge">
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 -->
21 office 8 <meta name="description" content="quick asset upload">
5 office 9 <meta name="author" content="Wizardry and Steamworks">
10 <link rel="icon" href="favicon.ico">
11  
12 <title>Quickload</title>
13  
14 <!-- Bootstrap core CSS -->
15 <link href="css/bootstrap/bootstrap.min.css" rel="stylesheet">
16  
17 <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
18 <link href="css/bootstrap/ie10-viewport-bug-workaround.css" rel="stylesheet">
19  
20 <!-- 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]-->
22 <script src="js/bootstrap/ie-emulation-modes-warning.js"></script>
23  
24 <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
25 <!--[if lt IE 9]>
26 <script src="js/bootstrap/html5shiv.min.js"></script>
27 <script src="js/bootstrap/respond.min.js"></script>
28 <![endif]-->
29  
30 <!-- Local style -->
23 office 31 <!-- <link href="css/style.css" rel="stylesheet"> -->
5 office 32 </head>
33  
34 <body>
35  
36 <div class="container">
37  
38 <!-- Main component for a primary marketing message or call to action -->
39 <div class="jumbotron">
40 <h1>Quickload</h1>
18 office 41 <p>Asset sharing platform.</p>
5 office 42 </div>
43  
44 <ul class="nav nav-tabs">
23 office 45 <li class="active"><a href="#">Home</a></li>
46 <li><a href="files.html">Files</a></li>
47 <li><a href="text.html">Text</a></li>
5 office 48 </ul>
49  
50 </div> <!-- /container -->
51  
10 office 52 <div id="footer">
53 <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>
55 </div>
56 </div>
5 office 57  
58 <script src="js/jquery/jquery.min.js"></script>
59 <script src="js/bootstrap/bootstrap.min.js"></script>
60 <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
61 <script src="js/bootstrap/ie10-viewport-bug-workaround.js"></script>
62 </body>
63 </html>