Skip to content

Instantly share code, notes, and snippets.

@MdGolam-Kibria
Last active August 22, 2024 08:59
Show Gist options
  • Save MdGolam-Kibria/aac9d3b940f7314d2c6fee4853a03ca3 to your computer and use it in GitHub Desktop.
Save MdGolam-Kibria/aac9d3b940f7314d2c6fee4853a03ca3 to your computer and use it in GitHub Desktop.
Add code from github gist.
<!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