1
Fork 0
mirror of https://github.com/redstrate/Auracite.git synced 2025-04-27 14:47:45 +00:00
auracite/templates/character.html

17 lines
No EOL
480 B
HTML

<html>
<head>
<title>{{ name }}</title>
</head>
<body>
<p>Name: {{ name }}</p>
<p>World/Data Center: {{ world }} [{{ data_center }}]</p>
<p>Race/Clan/Gender: {{ race }} {{ subrace }} {{ gender }}</p>
<p>Nameday: {{ nameday }}</p>
<p>City-state: {{ city_state }}</p>
<img alt="Character Face" src="face.jpg"/>
<img alt="Character Portrait" src="portrait.jpg"/>
<footer>
<p>Generated by <a href="http://xiv.zone/software/auracite">Auracite</a>.</p>
</footer>
</body>
</html>