All checks were successful
Update pages on webserver / Update (push) Successful in 6s
13 lines
235 B
Markdown
13 lines
235 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"
|
|
}
|
|
``` |