Skip to content

Instantly share code, notes, and snippets.

@dmisdm
Created April 8, 2020 03:18
Show Gist options
  • Save dmisdm/6586c09d415ee2f32728e9eabec92455 to your computer and use it in GitHub Desktop.
Save dmisdm/6586c09d415ee2f32728e9eabec92455 to your computer and use it in GitHub Desktop.
<!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