We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 126c52a commit 8651cf3Copy full SHA for 8651cf3
index.html
@@ -4,8 +4,8 @@
4
<title>Arka's Resume</title>
5
</head>
6
<body>
7
- <embed src="https://github.com/Arka-h/Resume/releases/download/latest/resume.pdf" width="100%">
8
- <p>Unable to display PDF file. <a href="https://github.com/Arka-h/Resume/releases/download/latest/resume.pdf">Download</a> instead.</p>
9
- </embed>
+ <object data="https://github.com/Arka-h/Resume/releases/latest/download/resume.pdf" type="application/pdf" width="100%" height=500px>
+ <p>Unable to display PDF file. <a href="https://github.com/Arka-h/Resume/releases/latest/download/resume.pdf">Download</a> instead.</p>
+ </object>
10
</body>
11
</html>
0 commit comments