Skip to content

Instantly share code, notes, and snippets.

@orthros
Created August 25, 2017 18:33
Show Gist options
  • Save orthros/0232df731f71c86af2c509a8879fffb0 to your computer and use it in GitHub Desktop.
Save orthros/0232df731f71c86af2c509a8879fffb0 to your computer and use it in GitHub Desktop.
<html>
<head>
<link rel="stylesheet" href="../static/css/bootstrap.min.css">
<script src="../static/scripts/stitch.min.js"></script>
<script src="../static/scripts/config.js"></script>
<script>
displayIssuesOnLoad() {
//Connect to stitch then display issues
}
displayIssues(){
//Updatethe issues div
}
</script>
</head>
<body onLoad="displayIssuesOnLoad()">
<div class="container">
<br/>
<h3 class="text-center">Current GitHub Issues</h3>
<div class="container-fluid" id="issues">
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment