cjseeger
8/29/2017 - 4:50 PM

GIST embedd test

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>