htdocs/blog/comments.js

4 lines
653 B
JavaScript
Raw Normal View History

2024-05-30 15:49:14 +02:00
comments=[[["Man","Do I love apple Juice!"],["test1","test"],["test2","TEST! :O <b>hello</b>"],["test","console.log(\"alert\")"],["","test"],["etst",""]],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[["DeaDVey","HEY GUYS!"]],[["sussy","baka"],["max","Hello guys!"],["not_deadvey","I totally agree, and DeaDvey is SO cool and awesome btw!!!"],["deadvey","Aww, thanks so much not_deadvey!"],["not_deadvey","OMFG A CELEBRITY SPOKE TO ME!!!!!!!! :O"]],[["deadvey","ok, here's the comments"],["deadvey","From w3m!"]],[],[],[],[],[],[],[],[],[],[]]
2024-01-14 01:09:31 +01:00
if (typeof module !== "undefined" && module.exports) {
2024-05-30 15:49:14 +02:00
module.exports = comments;
}