mirror of
https://github.com/zeldaret/website.git
synced 2026-09-26 13:33:07 -04:00
add link to the progress page on the main page
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
|
||||
<h3>Development</h3>
|
||||
<p>Github: <a href="https://github.com/zeldaret/">github.com/zeldaret</a></p>
|
||||
<p>Project Progress: <a href="progress.html">progress.html</a></p>
|
||||
<p>OOT Trello: <a href="https://trello.com/b/qUqnUkWY/ocarina-of-time-decompilation">trello.com/b/qUqnUkWY/ocarina-of-time-decompilation</a></p>
|
||||
<p>MM Trello: <a href="https://trello.com/b/ruxw9n6m/majoras-mask-decompilation">https://trello.com/b/ruxw9n6m/majoras-mask-decompilation</a></p>
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
var url = "https://zelda64.dev/reports/progress.json";
|
||||
var url = "reports/progress.json";
|
||||
|
||||
function getJSON(file, callback) {
|
||||
var req = new XMLHttpRequest();
|
||||
|
||||
Reference in New Issue
Block a user