71 lines
1.7 KiB
Plaintext
71 lines
1.7 KiB
Plaintext
define(`_PAGE', `')dnl
|
|
define(`_TITLE', `trinity dot moe')dnl
|
|
define(`_DESCRIPTION', `trinity`'s personal website')dnl
|
|
define(`_STYLE', `')dnl
|
|
include(`html.m4')dnl
|
|
<!DOCTYPE html>
|
|
<HTML lang="en-US">
|
|
include(`head.m4')dnl
|
|
<BODY>
|
|
|
|
<SCRIPT TYPE="application/javascript" SRC="js/cookies.js" ></SCRIPT>
|
|
<SCRIPT TYPE="application/javascript" SRC="js/quotes.js" ></SCRIPT>
|
|
<SCRIPT TYPE="application/javascript" SRC="js/sheets.js" ></SCRIPT>
|
|
|
|
<SCRIPT TYPE="application/javascript">
|
|
window.onload = function(){
|
|
window.QUOTES_L_QUOTE_MARK = "";
|
|
window.QUOTES_R_QUOTE_MARK = "";
|
|
window.QUOTES_QUOTE_AUTHOR_PREFIX = "";
|
|
window.initializesheets();
|
|
window.quotes_initialize();
|
|
window.quote_new();
|
|
};
|
|
</SCRIPT>
|
|
|
|
<CENTER>
|
|
<TABLE>
|
|
<TR>
|
|
<TD><IMG
|
|
ALT="Soup!"
|
|
SRC="img/soup.png"
|
|
STYLE="object-fit: fit"
|
|
/></TD>
|
|
<TD><P>
|
|
Deven Trinity Blake <BR />
|
|
トリニティ三<BR />
|
|
ديفين بلايك
|
|
</TD>
|
|
</TABLE>
|
|
</CENTER>
|
|
</P>
|
|
<P>
|
|
Most people call me Trinity and use _code(`she/her') or genderless pronouns to refer to me.
|
|
I won't get offended if you use _code(`he/him') but I'll probably be a bit confused.
|
|
You can usually find me in the middle or on the wall of the mosh pit.
|
|
</P>
|
|
<P>
|
|
This website is an <A HREF="https://git.sr.ht/~trinity/homepage">m4 project</A>.
|
|
The canonical URL for this page is _literal_hyperlink(`https://trinity.moe/').
|
|
</P>
|
|
include(`stickers.m4')dnl
|
|
include(`zelda.m4')dnl
|
|
<FIGURE>
|
|
<BLOCKQUOTE><P ID="quote_value"></P></BLOCKQUOTE>
|
|
<FIGCAPTION ID="quote_author"></FIGCAPTION>
|
|
</FIGURE>
|
|
|
|
_BAR
|
|
|
|
include(`praise.m4')dnl
|
|
|
|
_BAR
|
|
|
|
<P>
|
|
This site is written in vim and tested in the latest Firefox.
|
|
No rights reserved, all rights exercised, rights turned to lefts, left in this corner of the web.
|
|
</P>
|
|
|
|
</BODY>
|
|
</HTML>
|