-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdetailsForMe.html
40 lines (26 loc) · 1.22 KB
/
detailsForMe.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 lang="en">
<head>
<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">
<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="./style.css">
<title>Details of a particular Links List</title>
</head>
<body>
<div class="main" id="main">
<h3>Details of a Particular Links list</h3>
<div class="details">
</div>
<button class="delete" id="del" class="link">Delete</button>
</div>
</div>
<footer class="bottom">Made with ❤ By <a href="https://github.com/flyingsonu122">Sonu kumar</a></footer>
<script src="./detailsForMe.js"></script>
</body>
<!--Made with love by Sonu kumar kushwaha -->
</html>