`((h2"BreezeWiki makes wiki pages on Fandom readable")
(p"It removes ads, videos, and suggested content, leaving you with a clean page that doesn't consume all your data.")
(p"If you're looking for an \"alternative\" to Fandom for writing pages, you should look elsewhere. BreezeWiki only lets you read existing pages.")
(p"BreezeWiki can also be called an \"alternative frontend for Fandom\".")
(h2"Example pages")
(ul
,@(map(λ(x)
`(li(a(@(href,(applyformat"/~a/wiki/~a"x)))
,(applyformat"~a: ~a"x))))
examples))
(h2"How to use")
(p"While browsing any page on Fandom, you can replace \"fandom.com\" in the address bar with \"breezewiki.com\" to see the BreezeWiki version of that page.")
(p"After that, you can click the links to navigate around the pages.")
(p"To get back to Fandom, click the link that's at the bottom of the page.")))