-
Notifications
You must be signed in to change notification settings - Fork 0
/
2015.html
42 lines (39 loc) · 1.31 KB
/
2015.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>PLENUM</title>
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="assets/plenum-og-logo-raster.png"/>
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
</head>
<body>
<!--Navigation bar-->
<nav>
<div id="nav-placeholder">
</div>
<script>
$(function(){
$("#nav-placeholder").load("nav.html");
});
</script>
</nav>
<!--end of Navigation bar-->
<div id="paper_subs">
<section class="py-5">
<div class="container my-5">
<div class="row justify-content-center">
<div class="col-lg-9 text-center">
<h2>PLENUM 2015 ISSUE</h2>
<iframe src="https://drive.google.com/file/d/1PSsjfsHmsYzWhXYX-0DcBsQjJXSYDhdi/preview" height="730px" width="60%" marginwidth="50" scrolling="no"></iframe>
</div>
</div>
</section>
</div>
</body>
</html>