-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontacts.html
96 lines (84 loc) · 3.26 KB
/
contacts.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>
<link rel="stylesheet" href="cont.css">
<link rel="stylesheet" media="screen and (max-width:1170px)" href="phone.css">
<link rel="icon" href="logo.png" type="image/x-icon">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact Us Form</title>
</head>
<body>
<nav>
<input type="checkbox" id="check">
<label for="check" class="checkbtn">
<i class="fa-solid fa-bars"></i>
</label>
<label class="logo">
<div style="margin-top: 20px;">
PDF all in I
</div>
</label>
<ul>
<li>
<div class="paste-button active">
<a class="btn" href="home.html">Home</a>
</div>
</li>
<li>
<div class="paste-button active">
<a class="btn">Available PDF</a>
<div class="dropdown-content">
<a id="top" href="beforenlist.html">BCA</a>
<a id="bottom" href="MCA.html">MCA</a>
</div>
</div>
</li>
<li>
<div class="paste-button active">
<a class="btn">Previous Year QP</a>
<div class="dropdown-content">
<a id="top" href="bcapre.html">BCA</a>
<a id="bottom" href="mcapre.html">MCA</a>
</div>
</div>
</li>
<li>
<div class="paste-button active">
<a class="btn" href="MCA-CET.html">MCA-CET</a>
</div>
</li>
<li>
<div class="paste-button active">
<a class="btn" href="digitalsybca.html">Digital syllabus</a>
</div>
</li>
<li>
<div class="paste-button active">
<a class="btn" href="otherspro.html">Other Programs</a>
</div>
</li>
<li>
<div class="paste-button active">
<a class="btn" href="aboutus.html">About</a>
</div>
</li>
<li>
<div class="paste-button active">
<a class="btn" href="contacts.html">Cont/visit</a>
</div>
</li>
<li>
<div class="paste-button active">
<a class="btn" href="ourteam.html">Our Team</a>
</div>
</li>
</ul>
</nav>
<a href='https://dissertation-writingservice.com/'> <script type='text/javascript' src='https://www.freevisitorcounters.com/auth.php?id=a9eba10074c57fffda16ff574626835707772302'></script>
<script type="text/javascript" src="https://www.freevisitorcounters.com/en/home/counter/1152642/t/2"></script>
<div style="margin: 120px 100px 200px 100px;">
<script src="https://sheetdb.io/s/f/px6e7w69ldtnq.js"></script>
</div>
</body>
</html>