Add bad coders webring, update kumaos.
This commit is contained in:
parent
770369c84b
commit
dc0b9b14cb
17 changed files with 401 additions and 155 deletions
5
static/kumos/system/targets/interactive-login.mjs
Normal file
5
static/kumos/system/targets/interactive-login.mjs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import login from "../login.mjs";
|
||||
|
||||
export default (p) => {
|
||||
p.child("login", login);
|
||||
}
|
||||
Loading…
Reference in a new issue