-
Notifications
You must be signed in to change notification settings - Fork 2
/
share.html
64 lines (52 loc) · 1.92 KB
/
share.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="author" content="Sonu kumar kushwaha" />
<meta name="email" content="flyingsonu736@gmail.com" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Diwali Wishes</title>
<link rel="stylesheet" href="./style.css" />
</head>
<body>
<div class="main">
<center>
<br /><br />
<h2>Diwali Wishes</h2>
<br /><br />
<div class="wish-text">
<h3 id="demo">Happy Diwali</h3>
</div>
<br /><br />
<button class="btn btn-lg btn-yellow" id="btn">Another Wish</button>
<div class="tooltip">
<button onclick="myFunction()" onmouseout="outFunc()" class="btn btn-lg btn-red">
<span class="tooltiptext" id="myTooltip"
>Copy wish to clipboard</span
>
Copy Wish
</button>
</div>
<!-- Go to www.addthis.com/dashboard to customize your tools -->
<div class="addthis_inline_share_toolbox"></div>
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
<div id="copyright">
<hr />
<span class="github-logo1">Made by
<span class="lookbook"
><a href="https://github.com/flyingsonu122" target="_blank"
>Sonu</a
></span
>
© 2021
</span>
</div>
</center>
</div>
</body>
<script src="./main.js"></script>
<script src="./clip.js"></script>
<!-- Go to www.addthis.com/dashboard to customize your tools -->
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-6180c534b0e32721"></script>
<!--- Made with love by Sonu kumar kushwaha -->
</html>