isuckatcode-pages/index.md
themodernhakr b29e2eb35f
All checks were successful
Update pages on webserver / Update (push) Successful in 5s
vault backup: 2025-03-25 11:55:44
2025-03-25 11:55:44 -05:00

317 B

title published
let site = isuckatcode.lol true
// 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 = [
		"Mincraft Datapacking",
		"Mincraft Server Administration"
	]
}