Skip to content

Instantly share code, notes, and snippets.

@jittarao
Created July 25, 2020 02:06
Show Gist options
  • Save jittarao/6e79efce465bb32ff3a8b38225ea0ac9 to your computer and use it in GitHub Desktop.
Save jittarao/6e79efce465bb32ff3a8b38225ea0ac9 to your computer and use it in GitHub Desktop.
<<!DOCTYPE html>
<html>
<head>
<title></title>
<style type="text/css">
iframe {
width: 100%;
height: 100vh;
padding: 0;
margin: 0;
}
body {
margin: 0
padding: 0;
}
</style>
</head>
<body>
<!-- Replace src with your Knowledgebase URL -->
<iframe src="https://docs.getgist.com"></iframe>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment