Skip to content

Commit 8651cf3

Browse files
authored
Update index.html
1 parent 126c52a commit 8651cf3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<title>Arka's Resume</title>
55
</head>
66
<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>
7+
<object data="https://github.com/Arka-h/Resume/releases/latest/download/resume.pdf" type="application/pdf" width="100%" height=500px>
8+
<p>Unable to display PDF file. <a href="https://github.com/Arka-h/Resume/releases/latest/download/resume.pdf">Download</a> instead.</p>
9+
</object>
1010
</body>
1111
</html>

0 commit comments

Comments
 (0)