-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathadd.html
86 lines (72 loc) · 4.27 KB
/
add.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Title of the webpage -->
<title>Add to 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>Add your all Links here</h3>
<form >
<input type="text" name="name" placeholder="Enter your name" required>
<input type="url" name="link" placeholder="Enter portfolio link" required>
<input type="url" name="portfolio" placeholder="Enter portfolio image link">
<textarea name="about" placeholder="Write about yourself" required></textarea>
<button type="submit" class="link">Submit</button>
</form>
<br><br>
</div>
<footer class="bottom">Made with ❤ By <a href="https://github.com/flyingsonu122">Sonu kumar</a></footer>
<script src="./add.js"></script>
</body>
<!--Made with love by Sonu kumar kushwaha -->
</html>