htdocs/board/tech/comments-database.js
2024-11-18 21:52:13 +00:00

4 lines
568 B
JavaScript

let comments = [["ADMIN","welcome to the tech board"],["deadvey","test"],["deadvey","You can talk about tech shit here, programming, hardware, linux, webdev etc"],["javalsai","ooooooo, interesting...."],["deadvey","HIII"],["deadvey","It doesn't reload as soon as someone else comments though"],["deadvey","fuccck"],["deadvey","''''"],["deadvey","I'm using NixOS at the moment, it's cool, I also like Arch linux."],["deadvey","Added time!","2024-11-17T23:44:14.548Z"]]
if (typeof module !== "undefined" && module.exports) {
module.exports = comments;
}