15 lines
317 B
Typst
15 lines
317 B
Typst
#import "lib.typ"
|
|
#show: lib.styling
|
|
|
|
|
|
#text(link("/")[Go back])
|
|
|
|
#set text(font: "Comic Sans MS", fill: rgb("#0000ff"))
|
|
|
|
= Hey this is a sub-page XD
|
|
|
|
#image("assets/nyan.jpg")
|
|
|
|
|
|
Go check out my #link("/hahahahhahagettrolled")[404 Page], oh! And the #link("/debug.typ")[debug page] while you are at it!
|