-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path6th-ibs-samplepaper.php
77 lines (60 loc) · 2.44 KB
/
6th-ibs-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
71
72
73
74
75
76
77
<!DOCTYPE HTML>
<html>
<head>
<title>PTU CSE Syllabus Guide »6th 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>
<nIBScript>
<link rel="stylesheet" href="css/skel-nIBScript.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-desktop.css" />
<link rel="stylesheet" href="css/style-nIBScript.css" />
</nIBScript>
<!--[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="6th-index.php">6th Sem</a> » <a href="6th-IBS.php">IBS</a> » <a href="6th-IBS-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="cgecial">
<header>
<center><h2><a href="#">IBS » Sample Papers</a></h2></center>
<cgan class="byline">
</cgan>
</header>
</article>
</div>
</div>
<div class="row">
<h2><center><a href="Semesters/6th/IBS/SamplePapers/cs6-ibs-dec08.pdf">December <strong>2008</strong></a></center></h2>
<h2><center><a href="Semesters/6th/IBS/SamplePapers/cse6 ibs dec05.pdf">December <strong>2005</strong></a></center></h2>
<h2><center><a href="Semesters/6th/IBS/SamplePapers/cse6 ibs dec07.pdf">December <strong>2007</strong></a></center></h2>
<h2><center><a href="Semesters/6th/IBS/SamplePapers/Icse6-ibs-may08.pdf">May <strong>2008</strong></a></center></h2>
</div>
</div>
</div>
<!-- Footer -->
<?php include('footer.php') ?>
</body>
</html>