Binato/web/chatPageTemplate.html
tgpethan 776b06af36 Add chat endpoint
Adds an endpoint for fetching the 10 most recent messages from #osu
2021-01-26 12:29:15 +00:00

33 lines
No EOL
630 B
HTML

<html>
<head>
<style>
.container {
width: 482px;
height: 165px;
}
hidden {
visibility: hidden;
}
.line {
padding: 2px;
font-size: 8pt;
font-family: sans-serif;
}
.line0 {
background-color: #edebfa;
}
.line1 {
background-color: #e3e1fa;
}
</style>
</head>
<body>
<div class="container">
|content|
</div>
</body>
</html>