Update index.html
Browse files- index.html +1 -3
index.html
CHANGED
@@ -5,10 +5,8 @@
|
|
5 |
<meta name="viewport" content="width=device-width" />
|
6 |
<title>My static Space</title>
|
7 |
<link rel="stylesheet" href="style.css" />
|
8 |
-
<script src="/js/pdfobject.js"></script>
|
9 |
</head>
|
10 |
<body>
|
11 |
-
<
|
12 |
-
|
13 |
</body>
|
14 |
</html>
|
|
|
5 |
<meta name="viewport" content="width=device-width" />
|
6 |
<title>My static Space</title>
|
7 |
<link rel="stylesheet" href="style.css" />
|
|
|
8 |
</head>
|
9 |
<body>
|
10 |
+
<embed src="dummy.pdf" type="application/pdf" width="100%" height="500px" />
|
|
|
11 |
</body>
|
12 |
</html>
|