Add README

This commit is contained in:
Maxwell Jeffress
2024-12-13 11:30:47 +11:00
parent 8c25a8be3e
commit d09f419c0f
2 changed files with 92 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ init {
log "egg initialised"
}
onRecieving egg, *, * {
onRecieving egg * * {
messagehtml {
<div style="color: blue">we have successfully dingused</div>
}