-
Notifications
You must be signed in to change notification settings - Fork 7
/
source_code.html
44 lines (41 loc) · 1.78 KB
/
source_code.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="index, follow">
<link rel="stylesheet" href="css/style.css">
<link rel="icon" type="image/x-icon" href="img/icon.svg">
<link rel="canonical" href="https://libredirect.github.io">
<meta property="og:type" content="website">
<meta property="og:title" content="LibRedirect – Privacy-friendly Redirector">
<meta property="og:site_name" content="libredirect.github.io">
<meta property="og:description"
content="A web extension that redirects YouTube, Twitter, Instagram, etc. requests to alternative privacy-friendly frontends">
<title>Source Code</title>
<meta name="referrer" content="same-origin">
<meta http-equiv="Content-Security-Policy" content=" default-src 'none' base-uri 'self' script-src 'none' form-action 'none' frame-ancestors 'none' ">
</head>
<body>
<div id="body">
<div id="logo"> <img src="img/icon.svg" width="160" height="160" alt="LibRedirect icon">
<h1>LibRedirect</h1>
</div>
<div class="nav_bar">
<a href="./index.html">Home</a>
<a href="./download.html">Download</a>
<a href="./source_code.html" style="font-weight: bold;">Source Code</a>
<a href="./contact.html">Contact</a>
<a href="./faq.html">FAQ</a>
<a href="./docs.html">Docs</a>
<a href="./donate.html">Donate</a>
</div>
<h2>Source Code</h2>
<br>
<a class="badge_medium" href="https://github.com/libredirect/">
<img src="./img/repos/github.svg" alt="GitHub repository"></a>
<a class="badge_medium" href="https://codeberg.org/LibRedirect/">
<img src="./img/repos/codeberg.svg" alt="Codeberg repository"></a>
</div>
</body>
</html>