added matrix, standardized quotes
This commit is contained in:
@@ -35,8 +35,8 @@ return h.html({ lang = "en" })({
|
||||
h.header()({
|
||||
"my git (including all my foss work)",
|
||||
}),
|
||||
h.a({ href = 'https://git.luau.software/cyclic' })({
|
||||
'profile',
|
||||
h.a({ href = "https://git.luau.software/cyclic" })({
|
||||
"profile",
|
||||
}),
|
||||
}),
|
||||
h.article()({
|
||||
@@ -44,10 +44,18 @@ return h.html({ lang = "en" })({
|
||||
"my email",
|
||||
}),
|
||||
h.p()({
|
||||
'cyclic@luau.software',
|
||||
"cyclic@luau.software",
|
||||
}),
|
||||
}),
|
||||
h.article()({
|
||||
h.header()({
|
||||
"my matrix",
|
||||
}),
|
||||
h.a({ href = "https://matrix.to/#/@cyclic:luau.software" })({
|
||||
"@cyclic:luau.software",
|
||||
}),
|
||||
}),
|
||||
}),
|
||||
}),
|
||||
})
|
||||
}),
|
||||
})
|
||||
|
Reference in New Issue
Block a user