new changelog

This commit is contained in:
Cynthia Foxwell 2018-05-19 22:17:46 -06:00
parent 7f273566b5
commit 6822d6fdc9
2 changed files with 9 additions and 2 deletions

7
changelog.md Normal file
View File

@ -0,0 +1,7 @@
2018-05-19;;Cλnergy {added marginTop}
=====================
**Welcome to Cynergy2!**
Thank you for being interested in the Lamdba Project.
**Plans:**
* Fix crispr and webcrack.

View File

@ -20,7 +20,7 @@
var internal = {
print: function (str) {
console.log(`%c[EndPwn3]%c ` + str, 'font-weight:bold;color:#0cc', '');
console.log(`%c[EndPwn3]%c ` + str, 'font-weight:bold;color:#c8f', '');
}
}
@ -90,7 +90,7 @@ exports = {
// fetch the changelog
internal.print('retrieving changelog...');
fetch('https://endpwn.github.io/changelog.md?_=' + Date.now()).then(r => r.text()).then(l => {
fetch('https://lambda.cynfoxwell.cf/changelog.md?_=' + Date.now()).then(r => r.text()).then(l => {
var data = l.split(';;');
window.endpwn.changelog = {
date: data[0],