scratch – Blame information for rev 64

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  
64 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  
64 office 36 <div class="row">
37 <div class="col-md-4">
38 <h2>About</h2>
39 <p><strong>scratch</strong> is a platform for small-sized asset sharing developed by <a href="http://grimore.org">Wizardry and Steamworks</a> and published under the <a href="https://creativecommons.org/publicdomain/zero/1.0/">Creative Commons CC 1.0 Universal (CC0 1.0)</a> license. The sharing platform covers images, text snippets, movie clips and any sort of media that can be conveniently shared by generating small, public and obfuscated URLs.</p>
40 <!-- <p><a class="btn btn-default" href="#" role="button">View details &raquo;</a></p> -->
41 </div>
42 office 42 </div>
5 office 43  
44 </div> <!-- /container -->
45  
10 office 46 <div id="footer">
47 <div class="container">
48 <p class="text-muted credit">Copyright <i class="glyphicon glyphicon-copyright-mark"></i> 2017 <a href="http://grimore.org">Wizardry and Steamworks</a>.</p>
49 </div>
50 </div>
5 office 51  
58 office 52 <!-- jQuery -->
53 <script src="bower_components/jquery/dist/jquery.min.js"></script>
54 <!-- BootStrap -->
55 <script src="bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
5 office 56 </body>
57 </html>