35 lines
792 B
HTML
35 lines
792 B
HTML
<!doctype html>
|
||
<html lang=en>
|
||
<meta charset=utf-8>
|
||
<title>marigold</title>
|
||
|
||
<link rel=stylesheet href=style.css>
|
||
<link rel=icon href=icon.webp>
|
||
|
||
<meta name=viewport content='width=device-width; initial-scale=0.75'>
|
||
|
||
|
||
<header>
|
||
<h1 id=top>marigold</h1>
|
||
</header>
|
||
|
||
<section id=info>
|
||
<h2>basic info</h2>
|
||
|
||
<table class=stats>
|
||
<caption> warlock of bahamut
|
||
<tbody>
|
||
<tr> <th> height <td> 198 cm (6ʹ 6ʺ)
|
||
<tr> <th> weight <td> 121 kg (267 ℔)
|
||
<tr> <th> age <td> 37
|
||
</table>
|
||
|
||
<p>
|
||
let’s get it out of the way. her actual name is, um, let’s see here…
|
||
<span class=ipa>[ˈqχḁʂx̩kɬ̩ːχ]</span>. which is why she goes by ‘marigold’
|
||
among the humanoids.
|
||
</section>
|
||
|
||
<footer>
|
||
<a href=.. aria-label=back>•</a>
|
||
</footer>
|