heonian-conversation/base.html
UndeadMaelys bb863c6786 upload
2022-05-04 20:02:10 +02:00

70 lines
2.2 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>avg convo</title>
<link href="text_analysis.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<main>
<div class="convo-container">
<div class="convo">
<div class="convo-header">
<img src="https://cdn.discordapp.com/avatars/817048392436809778/deb3e457f46c4e696b826bd5fa21cb42.png?size=128"
alt="ariri">
<span>ariri</span>
<span class="convo-date">2022/05/04</span>
</div>
<p>this is some text
</p>
</div>
<div class="notes">
<p>here are some notes about something!</p>
</div>
</div>
<div class="convo-container right">
<div class="convo">
<div class="convo-header">
<img src="https://cdn.discordapp.com/avatars/178884154568605696/25a800bbdc6cbbd8f1ef25a805d03651.png?size=128"
alt="ariri">
<span>remrem</span>
<span class="convo-date">2022/05/04</span>
</div>
<p>
ariri is really cute actually
</p>
</div>
</div>
<div class="spacer"></div>
<div class="words">
<p>words used:</p>
<table>
<tbody>
<tr>
<th>heonian</th>
<th>romanization</th>
<th>type</th>
<th>meaning</th>
</tr>
<tr>
<td></td>
<td>ariri</td>
<td>objective fact</td>
<td>a cute cat</td>
</tr>
<tr>
<td></th>
<td>liliku</td>
<td>verb</td>
<td>to like (but twice, for emphasis)</td>
</tr>
</tbody>
</table>
</div>
</main>
</body>
</html>