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

4 lines
701 B
JavaScript

let comments = [["ADMIN","welcome to the gen board"],["deadvey","this is general"],["deadvey","general board"],["Shanee","Hello! Love the site. Keep up the good work!"],["Anonymous","&lt;b&gt;Test&lt;/b&gt;"],["deadvey","Thanks Shanee hehe"],["Anonymous","<b>hello</b>"],["Anonymous","<i>test</i>"],["Anonymous","<b>test</b>"],["Anonymous","<i></i>test"],["Anonymous","<b>test</b> foo<i></i>a"],["<b>deadvey</b>","hello"],["<i>deadvey</i>","hello"],["deadvey","Gonna add a Mathematics board probably","2024-11-18T17:31:17.928Z"],["deadvey ","Am revising Circle graphs right now :P","2024-11-18T17:31:34.316Z"]]
if (typeof module !== "undefined" && module.exports) {
module.exports = comments;
}