2024-04-14 06:45:51 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>upub</title>
|
2024-04-14 17:14:00 +02:00
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
|
|
|
|
<meta property="og:type" content="website" />
|
|
|
|
<meta property="og:title" content="upub">
|
|
|
|
<meta property="og:description" content="micro social network, federated" />
|
|
|
|
<meta property="og:url" content="https://feditest.alemi.dev/web" />
|
|
|
|
<meta property="og:site_name" content="upub" />
|
|
|
|
|
2024-04-14 06:45:51 +02:00
|
|
|
<link crossorigin rel="stylesheet" href="https://cdn.alemi.dev/web/alemi.css">
|
|
|
|
<style>
|
|
|
|
.hidden { display: none; }
|
|
|
|
img.avatar-circle {
|
|
|
|
display: inline;
|
|
|
|
max-height: 2em;
|
|
|
|
border-radius: 50%;
|
|
|
|
}
|
|
|
|
table.align {
|
|
|
|
line-height: 1rem;
|
|
|
|
}
|
|
|
|
td.top {
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
input[type="submit"].active {
|
|
|
|
background-color: var(--accent);
|
|
|
|
border-color: var(--accent);
|
|
|
|
color: var(--background);
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
2024-04-14 17:14:00 +02:00
|
|
|
|
|
|
|
</head>
|
2024-04-14 06:45:51 +02:00
|
|
|
<body>
|
|
|
|
</body>
|
|
|
|
</html>
|