2024-08-03 06:40:59 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta
|
|
|
|
name="viewport"
|
|
|
|
content="width=device-width, initial-scale=1, shrink-to-fit=no"
|
|
|
|
/>
|
2024-08-03 14:12:47 +00:00
|
|
|
<title>nocdnbs</title>
|
2024-08-03 06:40:59 +00:00
|
|
|
<link
|
2024-08-03 14:12:47 +00:00
|
|
|
href="https://nobsdelivr.private.coffee/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css"
|
2024-08-03 06:40:59 +00:00
|
|
|
rel="stylesheet"
|
|
|
|
/>
|
2024-08-03 09:15:36 +00:00
|
|
|
<style>
|
|
|
|
body {
|
|
|
|
background-color: #f8f9fa;
|
|
|
|
}
|
|
|
|
.hero {
|
|
|
|
background: gray;
|
|
|
|
color: white;
|
|
|
|
padding: 100px 0;
|
|
|
|
}
|
|
|
|
.hero h1 {
|
|
|
|
font-size: 3.5rem;
|
|
|
|
}
|
|
|
|
.hero p {
|
|
|
|
font-size: 1.25rem;
|
|
|
|
}
|
|
|
|
.example-code {
|
|
|
|
background-color: #e9ecef;
|
|
|
|
padding: 15px;
|
|
|
|
border-radius: 5px;
|
|
|
|
font-family: monospace;
|
|
|
|
}
|
|
|
|
</style>
|
2024-08-03 06:40:59 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2024-08-03 09:15:36 +00:00
|
|
|
<header class="hero text-center">
|
|
|
|
<div class="container">
|
2024-08-03 14:12:47 +00:00
|
|
|
<h1 class="display-4">Welcome to nocdnbs</h1>
|
2024-08-03 09:15:36 +00:00
|
|
|
<p class="lead">
|
2024-08-03 14:12:47 +00:00
|
|
|
nobsdelivr is a simple proxy to cdnjs.cloudflare.com. Use it to proxy your
|
2024-08-03 09:15:36 +00:00
|
|
|
requests to the CDN.
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</header>
|
|
|
|
<main class="container text-center my-5">
|
2024-08-03 06:40:59 +00:00
|
|
|
<p class="lead">
|
|
|
|
To use the proxy, simply replace
|
2024-08-03 14:12:47 +00:00
|
|
|
<code>https://cdnjs.cloudflare.com/</code> with <code>{{ domain }}</code> in
|
2024-08-03 06:40:59 +00:00
|
|
|
the URL.
|
|
|
|
</p>
|
|
|
|
<p>Example:</p>
|
2024-08-03 09:15:36 +00:00
|
|
|
<div class="example-code">
|
2024-08-03 14:12:47 +00:00
|
|
|
<code>{{ domain }}ajax/libs/mathjax/2.7.9/fonts/HTML-CSS/TeX/eot/MathJax_Fraktur-Bold.eot</code>
|
2024-08-03 09:15:36 +00:00
|
|
|
</div>
|
|
|
|
</main>
|
|
|
|
<footer class="text-center py-4">
|
2024-11-08 16:03:17 +00:00
|
|
|
<div class="container">
|
|
|
|
<h2>Privacy / Disclaimer</h2>
|
|
|
|
<p>
|
|
|
|
noCDNbs is a privacy-focused service. It does not track you or log
|
|
|
|
any data. It creates a fully separate connection to Cloudflare for
|
|
|
|
each request, so Cloudflare does not see your IP address or any other
|
|
|
|
information about you.
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Please note that we cannot guarantee that files served through this
|
|
|
|
proxy do not contain tracking or other privacy-invading code, or that
|
|
|
|
they do not cause your browser to connect to third-party servers. The
|
2024-11-09 10:38:58 +00:00
|
|
|
best way to protect your users' privacy is to host the files on your
|
|
|
|
own server and test them thoroughly.
|
2024-11-08 16:03:17 +00:00
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
The service is open-source and you can view the source code on
|
|
|
|
<a href="https://git.private.coffee/privatecoffee/nocdnbs"
|
|
|
|
>Private.coffee Git</a
|
|
|
|
>.
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Brought to you by <a href="https://private.coffee">Private.coffee</a>
|
|
|
|
</p>
|
|
|
|
</div>
|
2024-08-03 09:15:36 +00:00
|
|
|
</footer>
|
2024-08-03 14:12:47 +00:00
|
|
|
<script src="https://nobsdelivr.private.coffee/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script>
|
2024-08-03 06:40:59 +00:00
|
|
|
</body>
|
2024-08-03 14:12:47 +00:00
|
|
|
</html>
|