scratch – Blame information for rev 42

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>
31 office 13  
14 <!-- Polyfill -->
15 <script src="js/polyfill/polyfill.min.js"></script>
5 office 16  
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  
33 <!-- Local style -->
23 office 34 <!-- <link href="css/style.css" rel="stylesheet"> -->
5 office 35 </head>
36  
37 <body>
38  
39 <div class="container">
40  
41 <!-- Main component for a primary marketing message or call to action -->
42 <div class="jumbotron">
43 <h1>Quickload</h1>
18 office 44 <p>Asset sharing platform.</p>
5 office 45 </div>
46  
47 <ul class="nav nav-tabs">
23 office 48 <li class="active"><a href="#">Home</a></li>
49 <li><a href="files.html">Files</a></li>
50 <li><a href="text.html">Text</a></li>
5 office 51 </ul>
42 office 52  
53  
54 <div class="content">
55 <h2>Welcome</h2>
56 sdf
57 </div>
5 office 58  
59 </div> <!-- /container -->
60  
10 office 61 <div id="footer">
62 <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>
64 </div>
65 </div>
5 office 66  
67 <script src="js/jquery/jquery.min.js"></script>
68 <script src="js/bootstrap/bootstrap.min.js"></script>
69 <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
70 <script src="js/bootstrap/ie10-viewport-bug-workaround.js"></script>
71 </body>
72 </html>