Skip to content

Commit ba729db

Browse files
authored
Made Simple Site
1 parent 5bc8f95 commit ba729db

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

index.html

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
<html lang="en-US"><head>
2+
<meta charset="UTF-8">
3+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
4+
<meta name="viewport" content="width=device-width, initial-scale=1">
5+
6+
<!-- Begin Jekyll SEO tag v2.6.1 -->
7+
<title>FDLjs | fdljs-site</title>
8+
<meta name="generator" content="Jekyll v3.9.0">
9+
<meta property="og:title" content="FDLjs">
10+
<meta property="og:locale" content="en_US">
11+
<link rel="canonical" href="https://hrichiksite.github.io/fdljs-site/">
12+
<meta property="og:url" content="https://hrichiksite.github.io/fdljs-site/">
13+
<meta property="og:site_name" content="fdljs-site">
14+
<script type="application/ld+json">
15+
{"@type":"WebSite","headline":"FDLjs","url":"https://fdljs.now.sh","name":"fdljs-site","@context":"https://schema.org"}</script>
16+
<!-- End Jekyll SEO tag -->
17+
18+
<style class="anchorjs"></style><link rel="stylesheet" href="https://hrichiksite.github.io/fdljs/assets/css/style.css?v=6d8fbb9153835f8f61418316960ccf9b491706fa">
19+
</head>
20+
<body>
21+
<div class="container-lg px-3 my-5 markdown-body">
22+
23+
24+
25+
26+
<h1 id="fdljs">FDLjs</h1>
27+
<p>FDLjs is a small javascript library to make firebase dynamic links in JavaScript. As no libraries are provided by Google for Firebase Dynamic Links, it make a bit difficult to create it with JS, I have made this library so that everyone can use FDLs.</p>
28+
29+
<h2 id="just-121kb">Just 1.21kB<a class="anchorjs-link " href="#just-121kb" aria-label="Anchor" data-anchorjs-icon="" style="font: 1em / 1 anchorjs-icons; padding-left: 0.375em;"></a></h2>
30+
<p><img src="https://img.shields.io/github/size/hrichiksite/fdljs/links.js?style=for-the-badge" alt="File Size"></p>
31+
32+
<h2 id="no-dependencies">No dependencies<a class="anchorjs-link " href="#no-dependencies" aria-label="Anchor" data-anchorjs-icon="" style="font: 1em / 1 anchorjs-icons; padding-left: 0.375em;"></a></h2>
33+
<p><img src="https://img.shields.io/badge/Dependencies-0-green?style=for-the-badge" alt="No dependencies"></p>
34+
35+
36+
37+
<h2 id="fully-made-from-js">Fully Made From JS<a class="anchorjs-link " href="#fully-made-from-js" aria-label="Anchor" data-anchorjs-icon="" style="font: 1em / 1 anchorjs-icons; padding-left: 0.375em;"></a></h2>
38+
<p><img src="https://raw.githubusercontent.com/hrichiksite/fdljs/main/js.PNG" alt="Only JS"></p>
39+
40+
<p>You can self Host it or use the our Fast CDN</p>
41+
42+
<h3 id="install-from-cdn">Install from CDN<a class="anchorjs-link " href="#install-from-cdn" aria-label="Anchor" data-anchorjs-icon="" style="font: 1em / 1 anchorjs-icons; padding-left: 0.375em;"></a></h3>
43+
44+
<div class="language-html highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nt">&lt;script </span><span class="na">src=</span><span class="s">"https://getjs.vercel.app/libs/hrichiksite/fdljs/links.js"</span><span class="nt">&gt;&lt;/script&gt;</span>
45+
</code></pre></div></div>
46+
47+
48+
49+
50+
51+
</div>
52+
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.1.0/anchor.min.js" integrity="sha256-lZaRhKri35AyJSypXXs4o6OPFTbTmUoltBbDCbdzegg=" crossorigin="anonymous"></script>
53+
<script>anchors.add();</script>
54+
55+
56+
57+
</body></html>

0 commit comments

Comments
 (0)