Created
April 8, 2020 03:18
-
-
Save dmisdm/6586c09d415ee2f32728e9eabec92455 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Embed tag with PDF demo</title> | |
</head> | |
<body> | |
<h1>Embed tag with PDF demo</h1> | |
<embed style="height: 100vh; width: 100%;" src="http://yongfeng.me/attach/lin-recsys2019.pdf" type="application/pdf" /> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment