diff --git a/schedule.js b/database.js similarity index 94% rename from schedule.js rename to database.js index fbfc3cc..582c34f 100644 --- a/schedule.js +++ b/database.js @@ -1,4 +1,15 @@ -const schedule = [ +const messages = [ + { + "info": "Announcement: No reading group on 21.05.2018", + "termination": "21.05.2018", + }, + { + "info": "This is an outdated message on 1.05.2018", + "termination": "1.05.2018", + }, +] + +const schedules = [ { "person": "Georgia Olympia Brikis", "email": null, diff --git a/index.html b/index.html index e8110ad..1ff7123 100644 --- a/index.html +++ b/index.html @@ -128,18 +128,26 @@