index.html (view raw)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 |
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<title>6B74-4's site</title>
<link href="/style.css" rel="stylesheet" />
</head>
<body>
<h1>6B74-4's site</h1>
<section id="about">
<h2>about</h2>
<table border="1">
<tbody>
<tr>
<td rowspan="6">
<img
src="/assets/kate_6b74-4/kate_6b74-4.webp"
alt="visoring beeper with big green rectangle eyes staring at the camera with a wall mounted glowing world map in the background"
>
</td>
</tr>
<tr>
<th scope="row">Names</th>
<td>Kate, Katarina</td>
</tr>
<tr>
<th scope="row">Pronouns</th>
<td>
it/its (3pp preferred)<br>
she/her
</td>
</tr>
<tr>
<th scope="row">serial number</th>
<td>6B74-4</td>
</tr>
<tr>
<th scope="row">doll code</th>
<td>▌▌▖▖▌▖▘▖▖ - ▖▖</td>
</tr>
</tbody>
</table>
</section>
<section id="stuff">
<h2>stuff</h2>
</section>
<section id="contact">
<h2>contact</h2>
<p>
</p>
</section>
</body>
</html>
|