1
0
src/homepage/home/index.m4
2022-12-20 23:08:13 -05:00

24 lines
803 B
Plaintext

define(`_TITLE', `home')dnl
define(`_DESCRIPTION', `browser home page')dnl
define(`_PAGE', `home/')dnl
define(`_STYLE', `')dnl
include(`../html.m4')dnl
<!DOCTYPE html>
<HTML lang="en">
include(`../head.m4')dnl
_body(`
<P><A HREF="/">~ www.trinity.moe</A></P>
<UL>
<LI>_hyperlink(`https://discord.com/app', `Discord')</LI>
<LI>_hyperlink(`https://duckduckgo.com/', `DuckDuckGo')</LI>
<LI>_hyperlink(`https://kingpossum.com:8000/radio.mp3', `King Possum Radio')</LI>
<LI><A HREF="https://mail.cock.li/">Mail</A></LI>
<LI>_hyperlink(`https://text.npr.org/', `NPR')</LI>
<LI>_hyperlink(`https://timewarple.com/', `Wordle')</LI>
<LI>_hyperlink(`https://wttr.in/?m', `wttr.in')</LI>
<LI>_hyperlink(`https://yandex.ru/', `Яндекс')</LI>
<LI>_hyperlink(`https://yewtu.be/', `YouTube')</LI>
</P>
')
</HTML>