-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
executable file
·57 lines (49 loc) · 2.79 KB
/
404.html
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
57
<!DOCTYPE html>
<html>
<head profile="https://microformats.org/profile/rel-license">
<meta charset="UTF-8">
<title>FAQ based on StackOverflow Questions and Answers</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/css/bootstrap.min.css" integrity="sha256-bZLfwXAP04zRMK2BjiO8iu9pf4FbLqX6zitd+tIvLhE=" crossorigin="anonymous" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prettify/r298/prettify.min.css" integrity="sha256-IPtNBA1od/cGBfXTxYDxuT5+Y2BKy14o6j0FaIXDmYk=" crossorigin="anonymous" />
<link rel="stylesheet" href="https://pother.ca/CssBase/css/created-by-potherca.css">
<link rel="stylesheet" href="/css/faq.css">
</head>
<body>
<div class="container" id="top">
<div class="page-header">
<h1>
<span> FAQ</span>
<small>
<a href="https://api.stackexchange.com/docs/advanced-search" target="_blank">
Powered by StackOverflow
</a>
</small>
</h1>
<form role="form" class="form-group">
<input id="search" name="filter" class="form-control" type="search" placeholder="Search..." />
</form>
<ul id="short-list" class="list-group">
<li class="list-group-item">
<span class="badge">Upvotes</span> Question
</li>
</ul>
</div>
<ul id="list"></ul>
<a class="back-to-top glyphicon glyphicon-circle-arrow-up" href="#top"></a>
</div>
<footer>
<span class="version"></span> The Source Code for this project is <a href="https://github.com/potherca/faq.exchange/">available on github.com</a> under a <a href="https://www.gnu.org/licenses/gpl.html" rel="license">GPL.3.0+ License</a> –
<a href="https://pother.ca/" class="created-by">Created by <span class="potherca">Potherca</span></a>
</footer>
<div id="loading">
<i class="glyphicon glyphicon-refresh glyphicon-spin"></i>
<span></span>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/js/bootstrap.min.js" integrity="sha256-nuL8/2cJ5NDSSwnKD8VqreErSWHtnEP9E7AySL+1ev4=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prettify/r298/prettify.min.js" integrity="sha256-SHXnnZAbgSEf+OBhDLR7I2mx9vNZAIzPeCGhxRV+VQw=" crossorigin="anonymous"></script>
<script src="/js/jquery.filterFor.js"></script>
<script src="/js/smoothScroll.js"></script>
<script src="/js/faq.js"></script>
</body>
</html>