14 lines
626 B
Text
14 lines
626 B
Text
|
|
<div>
|
||
|
|
<!-- Optional footer data -->
|
||
|
|
<p id=githubfooter style="padding: 5px 6px; visibility: hidden">Hosted on GitHub Pages —
|
||
|
|
<a href="https://github.com/site/terms" target="_top">Terms</a>
|
||
|
|
— <a href="https://github.com/site/privacy" target="_top">Privacy</a></p>
|
||
|
|
<script type="text/javascript">
|
||
|
|
if (location.hostname.indexOf("github") !== -1) {
|
||
|
|
document.getElementById("githubfooter").style.visibility="visible";
|
||
|
|
}
|
||
|
|
</script>
|
||
|
|
<noscript>
|
||
|
|
<div>JavaScript is disabled on your browser, terms and privacy links may not be shown correctly.</div>
|
||
|
|
</noscript>
|
||
|
|
</div>
|