htdocs/board/maths/comments-database.js

4 lines
489 B
JavaScript
Raw Normal View History

2024-12-15 21:09:42 +01:00
let comments = [["ADMIN","welcome to the maths board"],["deadvey","Welcome to MATHS","2024-11-18T22:20:49.857Z"],["deadvey","you <b>will</b> have fun!","2024-11-18T22:22:44.301Z"],["deadvey","Made a new page for practicing Maths! <a href=\"https://deadvey.com/maths\">https://deadvey.com/maths</a>","2024-11-19T22:09:31.249Z"],["deadvey","Binomial distrubution is cool","2024-11-28T22:50:37.804Z"]]
2024-11-19 18:07:11 +01:00
if (typeof module !== "undefined" && module.exports) {
module.exports = comments;
}