-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path3rd-ds-samplepaper.php
70 lines (58 loc) · 2.19 KB
/
3rd-ds-samplepaper.php
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
<!DOCTYPE HTML>
<html>
<head>
<title>PTU CSE Syllabus Guide »3rd Sem</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600" rel="stylesheet" type="text/css" />
<!--[if lte IE 8]><script src="js/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.dropotron.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-panels.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel-noscript.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-desktop.css" />
<link rel="stylesheet" href="css/style-noscript.css" />
</noscript>
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie8.css" /><![endif]-->
</head>
<body class="no-sidebar">
<!-- Header -->
<div id="header">
<!-- Inner -->
<div class="inner">
<header>
<h1><a href="index.php" id="logo">..</a> » <a href="3rd-index.php">3rd Sem</a> » <a href="3rd-ds.php">DS</a> » <a href="3rd-ds-samplepaper.php">Sample Papers</a></h1>
</header>
</div>
<!-- Nav -->
<?php include('nav.php')?>
</div>
<!-- Main -->
<div class="wrapper style1">
<div class="container">
<div class="row">
<div class="12u skel-cell-mainContent" id="content">
<article id="main" class="special">
<header>
<h2><a href="#">Discrete Structures » Sample Papers</a></h2>
<span class="byline">
</span>
</header>
</article>
</div>
</div>
<div class="row">
<h2><center><a href="Semesters/3rd/DS/SamplePapers/CS3-DS-dEC08.pdf">December <strong>2008</strong></a></center></h2>
<h2><center><a href="Semesters/3rd/DS/SamplePapers/cse3-ds-dec09.pdf">December <strong>2009</strong></a></center></h2>
</div>
</div>
</div>
<!-- Footer -->
<?php include('footer.php') ?>
</body>
</html>