-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·73 lines (56 loc) · 2.84 KB
/
index.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Static Lists</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
</head>
<body style="padding-bottom: 6em;padding-top: 6em;">
<div class="container">
<h2>What is it all about?</h2>
<div>
This is the place where I maintain public facing links. I created this because I like <a href="https://github.com/sindresorhus/awesome">'awesome lists'</a> on github, and <a href="https://www.reddit.com/r/selfhosted/comments/bsp01i/welcome_to_rselfhosted_please_read_this_first/">megathreads</a> on reddit. I think that <a href="offline_search.html">'offline search'</a> should be possible.
</div>
<div>
I have a massive repository of domains. I hope you find it useful. <a href="https://github.com/rumca-js/Internet-Places-Database">Internet-Places-Database</a>.
</div>
<hr/>
<h3>Google-like Search</h3>
<p>Explore a Google-like offline search. Use the buttons below to get started:</p>
<a class="btn btn-primary my-1" href="./viewerzip.html?file=top" title="Search top pages offline">Search Top Pages</a>
<hr/>
<h3>But wait, there's more!</h3>
<ul>
<li class="my-1">
<div>RSS feeds I subscribe to</div>
<a class="btn btn-primary" href="./viewerzip.html?file=sources">View RSS Feeds</a>
</li>
<li class="my-1">
<div>Music I like</div>
<a class="btn btn-primary" href="./viewerzip.html?file=music&view_display_type=gallery&view_show_icons=true">View Music Gallery</a>
</li>
<li class="my-1">
<div>My bookmarks</div>
<a class="btn btn-primary" href="./viewerzip.html?file=bookmarks">View Bookmarks</a>
</li>
<li class="my-1">
<div>Custom static lists</div>
<a class="btn btn-primary" href="static_lists.html">View Static Lists</a>
</li>
</ul>
</div>
<footer id="footer" class="text-center text-lg-start bg-body-tertiary text-muted fixed-bottom">
<div id="footerLine" class="text-center p-1" style="background-color: rgba(0, 0, 0, 0);">
</div>
<div class="text-center p-1" style="background-color: rgba(0, 0, 0, 0);">
Links repository
<a href="https://github.com/rumca-js/Internet-Places-Database">Internet-Places-Database</a>.
Captured by
<a href="https://github.com/rumca-js/Django-link-archive">Django-link-archive</a>.
</div>
</footer>
</body>
</html>