4 lines
540 B
JavaScript
4 lines
540 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","<b>Test</b>"],["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"]]
|
|
if (typeof module !== "undefined" && module.exports) {
|
|
module.exports = comments;
|
|
} |