Commit 230377a 1 parent 32e8b0f commit 230377a Copy full SHA for 230377a
File tree 1 file changed +7
-8
lines changed
1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 98
98
99
99
< script type ="module ">
100
100
const mantras = [
101
-
102
101
'this is a public <a href="https://flok.cc">flok</a> room' ,
103
102
"press ctrl + enter to run code" ,
104
- "it can be bad ",
103
+ "BAD CODE ONLY ",
105
104
"recording and sharing is encouraged" ,
106
- "normalise sharing scrappy fiddles" ,
105
+ "normalise sharing scrappy fiddles" ,
107
106
"be brave" ,
108
107
"let code die" ,
109
108
"embrace death" ,
110
109
"just let go" ,
111
- "fun can work" ,
112
- "repeat yourself" ,
113
- "repetition is a form of change" ,
110
+ "fun can work" ,
111
+ "repeat yourself" ,
112
+ // "repetition is a form of change",
114
113
"don't do what i tell you" ,
115
- "you must submit something" ,
114
+ // "you must submit something",
116
115
"you must delete" ,
117
116
"mantras repeat" ,
118
117
"everyone sees the same mantra" ,
119
- 'please support the lovely <a href="https://ko-fi.com/munshkr/">flok author</a> <3' ,
118
+ 'please support the lovely <a href="https://ko-fi.com/munshkr/">flok author</a> <3' ,
120
119
] ;
121
120
122
121
const MANTRA_INTERVAL = 60 * 1000 ;
You can’t perform that action at this time.
0 commit comments