-
Notifications
You must be signed in to change notification settings - Fork 0
/
mechanicsUnit-2.html
54 lines (40 loc) · 1.67 KB
/
mechanicsUnit-2.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
<!DOCTYPE html>
<html lang="en">
<head>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3479184463909694"
crossorigin="anonymous"></script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../style.css">
<link rel="stylesheet" href="../responsive.css">
<link rel="shortcut icon" href="../image/2-removebg-preview(1).ico" type="image/x-icon">
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css"
/>
<title>newbert</title>
</head>
<body>
<div class="nav">
<div class="logo">
<a href="../index.html"><img src="../image/1-removebg-preview(1).png" alt=""></a>
</div>
<div class="nav-left">
<h4><a href="../index.html">Home</a></h4>
<h4><a href="../ap.html">Learn </a></h4>
<h4><a href="../chat.html">Chat</a></h4>
<h4><a href="../test.html">Quiz </a></h4>
<h4><a href="BuySell.html">nbStore</a></h4>
<h4><a href="#footer">Contact</a></h4>
<h4><a href="../#.html">Login</a></h4>
</div>
</div>
<div class="first-year" style="display: flex;align-items: center;justify-content: center;width: 100vw;">
<!-- Swiper -->
<iframe src="/1styearPdf/Mechanics/unit-2.pdf" style="width: 100vw; max-width: 100%; height: 100vh" allow="fullscreen" title="Mechanics" style="pointer-events: none;"> ANANT</iframe>
</div>
<!-- signal -->
<!-- electronics -->
<!-- Swiper JS -->
</body>
</html>