initial commits

master
Charles Iliya Krempeaux 2023-07-30 07:28:52 -07:00
commit c696195679
2 changed files with 27 additions and 0 deletions

4
greatape.svg 100644

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.0 KiB

23
root.html 100644
View File

@ -0,0 +1,23 @@
<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>