LocalCDN-Firefox-Chrome-Brave/pages/welcome/welcome.html

48 lines
3.5 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>LocalCDN says Hello - fork from Decentraleyes</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="../style.css">
<link rel="stylesheet" type="text/css" href="../base.css">
<script defer src="../../modules/internal/icons.js"></script>
<link rel="shortcut icon" href="../images/favicon.ico" type="image/x-icon">
<link rel="icon" href="../images/favicon.ico" type="image/x-icon">
</head>
<body>
<script src="welcome.js"></script>
<img src="../images/logo.svg" alt="Decentraleyes" class="logo"/>
<div class="container">
<h1>Hello</h1>
<div class="notice">
<div class="subtle-hint">
<div class="topic-label">What is LocalCDN?</div>
<p>LocalCDN is a web browser extension that emulates Content Delivery Networks to improve your online privacy. It intercepts traffic, finds supported resources locally, and injects them into the environment. All of this happens automatically, so no prior configuration is required. Feel free to use one of our <a href="https://localcdn.de/test/" rel="nofollow noopener noreferrer">testing utilities</a> to find out if you are properly protected. For a good start there is a short <a href="https://localcdn.de/tutorial" rel="nofollow noopener noreferrer">tutorial</a> and our <a href="https://codeberg.org/nobody/LocalCDN/wiki" rel="nofollow noopener noreferrer">Wiki pages</a>. LocalCDN supports more than 90 Libraries and 26 CDNs! Here is a very small selection of the advantages of LocalCDN:</p>
<ul>
<li>jQuery up to 3.4.1</li>
<li>Bootstrap CSS (Delivered by StackPath, NetDNA and MaxCDN)</li>
<li>Bootstrap JavaScript (Delivered by StackPath, NetDNA and MaxCDN)</li>
<li>AngularJS, AngularJS-Animate, AngularJS-Sanitize, AngularJS-Cookies and AngularJS-Touch</li>
<li>Generator to create uBlock/uMatrix rules</li>
</ul>
<a class="p-donate">If you like LocalCDN, I would be happy about a small donation.</a>
</div>
</div>
<div class="notice">
<div class="subtle-hint"><div class="topic-label color-purple">
<img src="../images/we-need-you.png" alt="Uncle Sam need you" class="uncle-sam"/>
<p class="we-need-you-title">WE NEED YOU</p>
<p class="we-need-you-declaration">The whole Internet is full of different frameworks and CDNs that negatively affect your privacy. If you find a website that embeds another unsupported version of a framework, please report that website.</p>
<p class="we-need-you-declaration">On behalf of everyone: Thank you!</p>
</div></div>
</div>
<div class="btn-panel">
<a class="btn btn-gitlab" href="https://codeberg.org/nobody/LocalCDN" target="_blank"><span class="btn-text">LocalCDN @Codeberg</span></a>
<a class="btn btn-contact" href="https://localcdn.de/contact"><span class="btn-text">Contact</span></a>
<a class="btn btn-testing-utility" href="https://localcdn.de/test/"><span class="btn-text">Testing Utility</span></a>
</div>
</div>
</body>
</html>