forked from postsai/postsai
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommit.html
More file actions
56 lines (48 loc) · 2.08 KB
/
commit.html
File metadata and controls
56 lines (48 loc) · 2.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="XContent-Security-Policy" content="default-src 'self'; img-src http://* https://* 'self' data:; style-src 'self' 'sha256-47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU='">
<title>Postsai Commit</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="node_modules/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="node_modules/highlightjs/styles/default.css">
<link rel="stylesheet" href="resources/postsai.css">
<link rel="icon" href="resources/postsai-64.png">
<link rel="manifest" href="resources/manifest.json">
<script src="node_modules/jquery/dist/jquery.min.js"></script>
<script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="node_modules/highlightjs/highlight.pack.min.js"></script>
</head>
<body class="page-commit">
<nav class="navbar navbar-default">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Postsai</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a class="action-add-querystring" href="search.html">Search</a></li>
<li><a href="query.html">Result <span class="sr-only"></span></a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<div class="content">
<div class="contentplaceholder">
<div class="spinner"><br>
<span class="waitmessage">Please stand by while the database is working.</span><br>
</div>
</div>
<br>
<div class="footer">Rendered by <a href="https://postsai.github.io">Postsai</a></div>
</div>
<script type="text/javascript" src="resources/postsai.js"></script>
</body>
</html>