pasted into head

This commit is contained in:
Brychan Dempsey 2021-06-05 18:16:51 +12:00
parent 0bbf3bc5b5
commit fa7fe1c8e1

View File

@ -1,4 +1,5 @@
<script> <head>
script>
function cleanContent() function cleanContent()
{ {
var $iFrameContents = $('iframe').contents(), var $iFrameContents = $('iframe').contents(),
@ -14,4 +15,5 @@
cleanContent(); cleanContent();
}); });
</script> </script>
</head>
<iframe width="100%" height="100%" src="https://git.software.kauripeak.co.nz/BrychanD/JavaECS-Docs/src/branch/master/README.md" frameborder="0"></iframe> <iframe width="100%" height="100%" src="https://git.software.kauripeak.co.nz/BrychanD/JavaECS-Docs/src/branch/master/README.md" frameborder="0"></iframe>