summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-21 20:56:19 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-21 20:56:19 +0000
commit0b6210cd37b68b94252cb798598b12974a20e1c1 (patch)
treee371686554a877842d95aa94f100bee552ff2a8e /index.html
parentInitial commit. (diff)
downloadnode-undici-0b6210cd37b68b94252cb798598b12974a20e1c1.tar.xz
node-undici-0b6210cd37b68b94252cb798598b12974a20e1c1.zip
Adding upstream version 5.28.2+dfsg1+~cs23.11.12.3.upstream/5.28.2+dfsg1+_cs23.11.12.3upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'index.html')
-rw-r--r--index.html35
1 files changed, 35 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..672a592
--- /dev/null
+++ b/index.html
@@ -0,0 +1,35 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <title>Node.js Undici</title>
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
+ <meta name="description" content="A HTTP/1.1 client, written from scratch for Node.js.">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
+ <link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css">
+ <link rel="icon" type="image/png" href="https://nodejs.org/static/images/favicons/favicon-32x32.png"/>
+ <link rel="icon" type="image/png" href="https://nodejs.org/static/images/favicons/favicon-16x16.png" />
+ <style>
+ </style>
+</head>
+<body>
+ <div id="app"></div>
+ <script>
+ window.$docsify = {
+ name: 'Node.js Undici',
+ repo: 'https://github.com/nodejs/undici',
+ loadSidebar: 'docsify/sidebar.md',
+ auto2top: true,
+ subMaxLevel: 3,
+ maxLevel: 3,
+ themeColor: '#2B91F0',
+ noCompileLinks: [
+ 'benchmarks/.*'
+ ],
+ relativePath: true
+ }
+ </script>
+ <!-- Docsify v4 -->
+ <script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
+</body>
+</html>