Skip to content

Commit 230377a

Browse files
committed
bad code only
1 parent 32e8b0f commit 230377a

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

flok/index.html

+7-8
Original file line numberDiff line numberDiff line change
@@ -98,25 +98,24 @@
9898

9999
<script type="module">
100100
const mantras = [
101-
102101
'this is a public <a href="https://flok.cc">flok</a> room',
103102
"press ctrl + enter to run code",
104-
"it can be bad",
103+
"BAD CODE ONLY",
105104
"recording and sharing is encouraged",
106-
"normalise sharing scrappy fiddles",
105+
"normalise sharing scrappy fiddles",
107106
"be brave",
108107
"let code die",
109108
"embrace death",
110109
"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",
114113
"don't do what i tell you",
115-
"you must submit something",
114+
// "you must submit something",
116115
"you must delete",
117116
"mantras repeat",
118117
"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',
120119
];
121120

122121
const MANTRA_INTERVAL = 60 * 1000;

0 commit comments

Comments
 (0)