Skip to content

Instantly share code, notes, and snippets.

@cjseeger
Created August 29, 2017 16:50
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 cjseeger/435ebfd3d5fce7cb19c674b7aea5038e to your computer and use it in GitHub Desktop.
Save cjseeger/435ebfd3d5fce7cb19c674b7aea5038e to your computer and use it in GitHub Desktop.
GIST embedd test
<!DOCTYPE html>
<html>
<head>
<title>Gist embedd test</title>
<style>
html, body {
/*height:100%;*/
margin:0;
padding:0;
height: 100vh;
}
</style>
<script>
</script>
</head>
<body>
<h3>Seeger Embed GIST Test</h3>
This is just a simple page.<br>
The purpose is to:
<ul>
<li>test embeding the code for s file</li>
<li>test embeddign the actual formatted file</li>
</ul>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment