-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (40 loc) · 1.59 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=7">
<meta name="author" content="somnath pan">
<meta name="description" content="LexioJS a lightweight javascript NLP library">
<meta name="keywords" content="javascript,LexioJS,NLP,LIBRARY">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css">
<title>LexioJS-a lightweight javascript NLP library</title>
</head>
<body>
<div>
<section class="page">
<h1>Lexio JS</h1>
<p>a lightweight(~7.60 kb minified) simple JavaScript library built with vanilla JS which provides you a lightning fast API for performing basic NLP tasks </p>
<button><a href="docs.html">read the docs</a></button>
</section>
<section id="page2" class="page">
<ul>
<li><span class="fas fa-bolt"></span>lightning fast API</li>
<li><span class="fas fa-cog"></span>highly customisable</li>
<li><span class="fas fa-smile"></span>easy to use</li>
</ul>
</section>
<section class="page">
<h1>let's get started with Lexio.JS</h1>
<button><a href="docs.html">read the docs</a></button>
<button><a href="lexio.min.js" download>download lexio</a></button>
</section>
</div>
<footer>
<p>somnath pan©</p>
<a href="https://github.com/SomnathDevPro"><span class="fab fa-github"></span>github</a>
</footer>
</body>
</html>