Skip to content

Instantly share code, notes, and snippets.

@tutweb
Created May 13, 2016 02:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tutweb/3d08e331005e0aaf24b9ee4c2f932d11 to your computer and use it in GitHub Desktop.
Save tutweb/3d08e331005e0aaf24b9ee4c2f932d11 to your computer and use it in GitHub Desktop.
Cara menampilkan file PDF di halaman website HTML (EMBED)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Cara menampilkan file PDF di halaman website HTML (EMBED)</title>
</head>
<body>
<embed src="LOKASI_FILE.pdf" width="550" height="600"> </embed>
</body>
</html>
@Beniwae
Copy link

Beniwae commented Sep 26, 2017

<script src="https://gist.github.com/tutweb/3d08e331005e0aaf24b9ee4c2f932d11.js"></script>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment