diff --git a/public/403.html b/public/403.html index 0869a34..399ddaa 100644 --- a/public/403.html +++ b/public/403.html @@ -24,8 +24,8 @@ if (rn == 0) { } console.log('if rn == 2 now running') if (rn == 2) { - console.log('adding 403') - bodyc.add('403') + console.log('adding fzt') + bodyc.add('fzt') console.log('removing kazoo') bodyc.remove('kazoo') console.log('removing jack') diff --git a/public/index.css b/public/index.css index 2c3e0c8..e925b97 100644 --- a/public/index.css +++ b/public/index.css @@ -21,7 +21,7 @@ h1.transred { meta.colon_p { color: rgba(255,255,255,0.5); } -body.jack, body.kazoo, body.403 { +body.jack, body.kazoo, body.fzt { background-color: red; } body.jack {