-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathppcmt.html
More file actions
41 lines (24 loc) · 1004 Bytes
/
ppcmt.html
File metadata and controls
41 lines (24 loc) · 1004 Bytes
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="teacher.css">
<title>Production Planning and Control 3nd sem</title>
</head>
<body>
<div class="head">
<h1><a href="ppcsyllabus.html" target="none">Production Planning and Control</a> </h1>
</div>
<div class="name">
<h3><a href="https://www.nitj.ac.in/index.php/nitj_cinfo/Faculty/136" target="none">Dr Mohit Tyagi </a></h3>
</div>
<p>to know more about teacher or subject , touch the above given text</p>
<!-- classroom icon -->
<a href="https://classroom.google.com/u/1/c/MTI3OTA3Mzg3MzAw"><img src="classroom.png" alt="" height="100px" style="padding-top: 18%;padding-left: 15%;"></a>
<!-- teacher -->
<img src="mt.jpg" alt="" height="550px" style="float: right;padding-right: 10%;">
<!-- meet icon -->
<div class="a3">
<a href="http://meet.google.com/npe-pqgq-tsy"><img src="meet.png" alt="" height="100px" style="padding-left: 15%;"></a>
</div>
</body>
</html>