-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnew.html
58 lines (54 loc) · 2.12 KB
/
new.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
<!--Favicons-->
<link rel="shortcut icon" href="1.jpg" type="image/x-icon">
<link href='https://cdn.jsdelivr.net/npm/boxicons@2.0.5/css/boxicons.min.css' rel='stylesheet'>
<link rel="stylesheet" href="New/styles.css">
<!--Title-->
<title>
Link generator.in
</title>
</head>
<body>
<style>
h1{text-align: center;}
document.write{text-align: center;}
body{
background-color: aqua;
}
</style>
<main class="l-main">
<h1>Whatsapp link Generator</h1>
<script>
var a
a = prompt ("Enter your number")
document.write("<h2>Your website link is:</h2> <p> https://wa.me/91" + a)
document.write("?text=Hi!%20 </p> <br> <h3> Copy this link and use it")
document.write("This webpage helps you create a link of your whatsapp number which makes it easier for people to connect.</h3>")
</script>
<p></p>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</p>
</main>
<footer class="footer">
<p class="footer__title"><a href="https://sudeep-portfolio.netlify.app">SudeepAcharjee</a></p>
<div class="footer__social">
<a href="https://github.com/SudeepAcharjee" class="footer__icon"><i class='bx bxl-github' ></i></a>
<a href="https://msng.link/o/?__sudeep_acharjee_=ig" class="footer__icon"><i class='bx bxl-instagram' ></i></a>
<a href="https://twitter.com/SudeepAcharjee5?t=3jOJCp4-AcDA_hnXd1k8DQ&s=09" class="footer__icon"><i class='bx bxl-twitter' ></i></a>
</div>
<p class="footer__copy">© SudeepAcharjee. All rigths reserved</p>
</footer>
</body>
</html>