htdocs/board/tech/comments-database.js

5 lines
516 B
JavaScript
Raw Normal View History

2024-11-17 00:47:14 +01:00
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."]]
2024-11-15 22:16:58 +01:00
if (typeof module !== "undefined" && module.exports) {
module.exports = comments;
2024-11-17 00:47:14 +01:00
}