-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreference.html
More file actions
33 lines (30 loc) · 1.34 KB
/
Copy pathreference.html
File metadata and controls
33 lines (30 loc) · 1.34 KB
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
</head>
<body bgcolor="" height="1522%" width="751%">
<P ALIGN="CENTER"> <font size="12" face="algerian" color="white"><B>Some samle papers</B></font><br/></P>
<table cellpadding="20" align="center">
<tr>
<td> <a style="text-decoration:none" href="p1.pdf" download><font size="6" color="grey"><b>Paper 1</b> </font></a></td>
<td> <a style="text-decoration:none" href="p2.pdf"><font size="6" color="grey" download><b>Paper 2</b></font></a></td>
<td> <a style="text-decoration:none" href="p3.pdf"><font size="6" color="grey" download><b>Paper 3</b></font></a></td>
</tr>
<tr>
<td><iframe src="p1.pdf" width="" height="500"></iframe></td>
<td><iframe src="p2.pdf" width="" height="500"></iframe></td>
<td><iframe src="p3.pdf" width="" height="500"></iframe></td>
</tr>
<tr>
<td><a style="text-decoration:none" href="p4.pdf"><font size="6" color="grey" download><b>Paper 4</b></font></a></td>
<td><a style="text-decoration:none" href="p5.pdf"><font size="6" color="grey" download><b>Paper 5</b></font></a></td>
</tr>
<tr>
<td> <iframe src="p4.pdf" width="" height="500"></iframe></td>
<td> <iframe src="p5.pdf" width="" height="500"></iframe></td>
</tr>
</table>
</body>
</html>