Last active
August 22, 2024 08:59
-
-
Save MdGolam-Kibria/aac9d3b940f7314d2c6fee4853a03ca3 to your computer and use it in GitHub Desktop.
Add code from github gist.
This file contains hidden or 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 lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Embed Gist Example</title> | |
</head> | |
<body> | |
<h1>Example of Embedding a Gist</h1> | |
<!-- Embed the Gist --> | |
<div style="width: 500px;height: 100px"> | |
<!--Below link copied from gist.github.com --> | |
<script src="https://gist.github.com/MdGolam-Kibria/f261e16747b4cd1d200aa6f707e14f41.js"></script> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment