24 lines
368 B
HTML
24 lines
368 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<title>GreatApe — live audio and video conversations for the Fediverse</title>
|
||
|
<style type="text/css">
|
||
|
html, body, main {
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
main {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<main>
|
||
|
<img src="greatape.svg" width="320" alt="GreatApe" />
|
||
|
</main>
|
||
|
</body>
|
||
|
</html>
|