scratch – Blame information for rev 58

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  
58 office 12 <title>Scratch</title>
5 office 13  
14 <!-- Bootstrap core CSS -->
58 office 15 <link href="bower_components/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
5 office 16  
17 </head>
18  
19 <body>
20  
21 <div class="container">
22  
23 <!-- Main component for a primary marketing message or call to action -->
24 <div class="jumbotron">
57 office 25 <h1>Scratch</h1>
18 office 26 <p>Asset sharing platform.</p>
5 office 27 </div>
28  
29 <ul class="nav nav-tabs">
23 office 30 <li class="active"><a href="#">Home</a></li>
56 office 31 <li><a href="file.html">File</a></li>
23 office 32 <li><a href="text.html">Text</a></li>
5 office 33 </ul>
42 office 34  
35  
36 <div class="content">
37 <h2>Welcome</h2>
47 office 38 TBA
42 office 39 </div>
5 office 40  
41 </div> <!-- /container -->
42  
10 office 43 <div id="footer">
44 <div class="container">
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>
46 </div>
47 </div>
5 office 48  
58 office 49 <!-- jQuery -->
50 <script src="bower_components/jquery/dist/jquery.min.js"></script>
51 <!-- BootStrap -->
52 <script src="bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
5 office 53 </body>
54 </html>