Created
August 25, 2017 18:33
-
-
Save orthros/0232df731f71c86af2c509a8879fffb0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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