-
Notifications
You must be signed in to change notification settings - Fork 0
/
syllabus.html
51 lines (43 loc) · 2.08 KB
/
syllabus.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
<!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">
<meta name="description" content="A Simple website to access study materials of 5th Sem - DSCE">
<meta name="keywords" content="HTML CSS JS">
<link rel="manifest" href="../manifest.json">
<link rel="stylesheet" href="../SASS/style.css">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="ECE - 5th Sem">
<link rel="apple-touch-icon" href="../img/icons/app-icon-96x96.png" sizes="96x96">
<link rel="apple-touch-icon" href="../img/icons/app-icon-144x144.png" sizes="144x144">
<link rel="apple-touch-icon" href="../img/icons/app-icon-256x256.png" sizes="256x256">
<link rel="apple-touch-icon" href="../img/icons/app-icon-512x512.png" sizes="512x512">
<meta name="msapplication-TileImage" content="./img/icons/app-icon-144x144.png">
<meta name="msapplication-TileColor" content="#fff">
<meta name="theme-color" content="#fff">
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
<title>Syllabus</title>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4798438619257004"
crossorigin="anonymous"></script>
</head>
<body>
<div id="adobe-dc-view"></div>
<script src="https://documentcloud.adobe.com/view-sdk/main.js"></script>
<script type="text/javascript">
document.addEventListener("adobe_dc_view_sdk.ready", function () {
var adobeDCView = new AdobeDC.View({ clientId: "96ef02979dfe4347be995041d91b1945", divId: "adobe-dc-view" });
adobeDCView.previewFile({
content: { location: { url: "./syllabus.pdf" } },
metaData: { fileName: "Syllabus" }
}, {
showLeftHandPanel: false, dockPageControls: false, showDownloadPDF: false,
showPrintPDF: false
});
});
</script>
<script src="../app.js"></script>
</body>
</html>