htdocs/board/films/comments-database.js

4 lines
418 B
JavaScript

let comments = [["ADMIN","welcome to the films board"],["Anonymous","I am anon"],["deadvey","Talk about various films like star wars or idk batman"],["deadvey","Just watched Paddington in Peru, then had some lovely Sweetcorn Fritters :P"],["deadvey","<a href=\"https://deadvey.com/blog/blogs/69.html\">Paddington in Peru</a>"]]
if (typeof module !== "undefined" && module.exports) {
module.exports = comments;
}