htdocs/comics/strips.js
2024-08-19 02:38:42 +01:00

5 lines
257 B
JavaScript

let strips = [["RevisionBreak.png","2024-08-18T22:13:05.222Z"],["macbeth-macbeth-where-fore-art-thou-macbeth.png","2024-08-18T22:13:05.222Z"]]
strips = strips.reverse()
if (typeof module !== 'undefined' && module.exports) {
module.exports = strips;
}