Compare commits
No commits in common. "d3cb16cefb6f237cb816f84e57ee984dbec65adf" and "139320d2a26e39dd9a083f367bd9ecf3323b901d" have entirely different histories.
d3cb16cefb
...
139320d2a2
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +0,0 @@
|
||||
covid19-edmonton
|
||||
covid19-edmonton.exe
|
@ -21,7 +21,7 @@ Simply invoke it with the -web flag and it will listen on port 8080
|
||||
|
||||
### Installation for Windows
|
||||
|
||||
Download from releases page and run it. We're not fancy. I can't even afford a code signing certificate.
|
||||
1. [Download from releases page](https://deadbeef.codes/attachments/946604d4-ec45-45f9-afab-e2e33f9359d4) and run it. We're not fancy. I can't even afford a code signing certificate.
|
||||
|
||||
### Building from Source
|
||||
|
||||
|
@ -20,20 +20,9 @@
|
||||
padding-bottom: 5em;
|
||||
}
|
||||
</style>
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
$('#sourceCodeButton').on("click", function() {
|
||||
window.location = "https://deadbeef.codes/steven/covid19-edmonton"
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="sourceCodeButton" class="ui right floated button">
|
||||
Source Code
|
||||
</div>
|
||||
<br />
|
||||
|
||||
<center>
|
||||
<h1 class="ui header">
|
||||
COVID-19 Dashboard
|
||||
@ -42,7 +31,6 @@
|
||||
</div>
|
||||
</h1>
|
||||
</center>
|
||||
|
||||
<div class="ui divider"></div>
|
||||
<div class="ui fluid four column doubling stackable grid container">
|
||||
<div class="column">
|
||||
|
Loading…
Reference in New Issue
Block a user