htdocs/board/gen/comments-database.js
2024-12-24 22:44:26 +00:00

4 lines
962 B
JavaScript
Executable File

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"],["deadvey","Struggling to setup lemmy on nixos ","2024-12-15T20:31:35.571Z"],["deadvey","Awww man, website doesn&#039;t support awesome font :(","2024-12-15T20:31:52.807Z"],["deadvey","Imagine making a website without awesome...","2024-12-16T22:54:03.350Z"]]
if (typeof module !== "undefined" && module.exports) {
module.exports = comments;
}