htdocs/comics/strips.js

5 lines
257 B
JavaScript
Raw Normal View History

2024-08-19 03:38:42 +02:00
let strips = [["RevisionBreak.png","2024-08-18T22:13:05.222Z"],["macbeth-macbeth-where-fore-art-thou-macbeth.png","2024-08-18T22:13:05.222Z"]]
2024-05-26 17:32:18 +02:00
strips = strips.reverse()
if (typeof module !== 'undefined' && module.exports) {
module.exports = strips;
}