-
Notifications
You must be signed in to change notification settings - Fork 0
/
osmodule2.html
16 lines (16 loc) · 914 Bytes
/
osmodule2.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OperatingSystemContent</title>
</head>
<body style="background-color:black ;">
<h1 style="color: white; text-align:center;">Operating System!</h1>
<embed src="./Deadlock.pdf" type="application/pdf" width="100%" height="600px" style="margin-top:20px;margin-bottom: 40px;">
<embed src="./Process Management.pdf" type="application/pdf" width="100%" height="600px" style="margin-bottom:40px ;">
<embed src="./Processes Synchronization.pdf" type="application/pdf" width="100%" height="600px" style="margin-bottom:40px ;">
<embed src="./Week-13-Memory Management.pdf" type="application/pdf" width="100%" height="600px" style="margin-bottom:40px ;">
</body>
</html>