isuckatcode-pages/index.md
themodernhakr 4b4d6cdcaf
All checks were successful
Update pages on webserver / Update (push) Successful in 5s
vault backup: 2025-03-19 11:36:48
2025-03-19 11:36:48 -05:00

16 lines
333 B
Markdown

---
title: let site = isuckatcode.lol
published: "true"
---
```js
// welcome.js
const me = "not a very good dev"
const you = "reading this for some reason"
class Site {
this.purpose = "exists to help you not suck as much as me"
this.topics = [
"[[Minecraft Server Administration/index|Minecraft Server Administration]]"
]
}
```