-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
96 lines (76 loc) · 4.21 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Title of the webpage -->
<title>Links List</title>
<!-- Favicon linking -->
<link rel="apple-touch-icon" sizes="180x180" href="./icons/icon3.png">
<link rel="icon" type="image/png" sizes="32x32" href="./icons/icon3.png">
<link rel="icon" type="image/png" sizes="16x16" href="./icons/icon3.png">
<!-- Links to css CDNss -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"
integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<link rel="stylesheet" href="./style.css">
<!-- Meta tags for SEO and Responsiveness -->
<meta charset="UTF-8">
<meta name="description"
content="Open Source portfolios, websites, social media handles, resume and projects links showcase website by Sonu kumar kushwaha.">
<meta name="keywords"
content="Links, Lists, Portfolio, Hacktoberfest, Resume, Open Source, Contribution, social media ">
<meta charset="utf-8">
<meta name="author" content="Sonu kumar kushwaha">
<meta name="email" content="[email protected]">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="copyright" content="Sonu kumar kushwaha">
<meta name="language" content="en">
<meta name="url" content="https://links-list-app.herokuapp.com/">
<meta name="category" content="Portfolio, Resume, website, links">
<meta name="coverage" content="Worldwide">
<meta name="rating" content="General">
<meta name="og:email" content="[email protected]" />
<meta name="og:phone_number" content="+919931060093" />
<meta name="og:country-name" content="India, USA" />
<meta name="og:region"
content="Tamil Nadu, California, Delhi, Gurgaon, Mumbai, Kolkatta, Bangalore, Bengaluru, Patna, Gopalganj, Bihar" />
<meta name="og:site_name" content="links" />
<meta property="og:type" content="website">
<meta property="og:title" content="Links">
<meta property="og:image" itemprop="image" content="../icons/icon3.png">
<meta property="og:description"
content="Open Source portfolios, websites, social media handles, resume and projects links showcase website by Sonu kumar kushwaha.">
<meta property="og:url" content="https://links-list-app.herokuapp.com/">
<meta property="og:site_name" content="Links">
<meta name="twitter:card" content="website">
<meta name="twitter:site" content="Links">
<meta name="twitter:title" content="Links">
<meta name="twitter:description"
content="Open Source portfolios, websites, social media handles, resume and projects links showcase website by Sonu kumar kushwaha.">
<meta name="twitter:creator" content="@sonukumarkush12">
<meta itemprop="name" content="Links">
<meta itemprop="description"
content="Open Source portfolios, websites, social media handles, resume and projects links showcase website by Sonu kumar kushwaha.">
<link rel="canonical" href="https://links-list-app.herokuapp.com/">
</head>
<body>
<div class="main" id="main">
<h3>Links List</h3>
<h5>Want to add you links</h5>
<a href="./add.html" class="link">Add Here</a>
<form class="search">
<input type="text" name="term" placeholder="search name">
</form>
</div>
<div id="links" class="links">
</div>
<div id="del"></div>
<footer class="bottom">Made with ❤ By <a href="https://github.com/flyingsonu122">Sonu kumar</a></footer>
<script src="./main.js"></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
<!--Made with love by Sonu kumar kushwaha -->
</html>