mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
12 lines
408 B
HTML
12 lines
408 B
HTML
<html>
|
|
<link rel="stylesheet" href="./loading.css">
|
|
<link href="https://fonts.googleapis.com/css2?family=Alata&display=swap" rel="stylesheet">
|
|
<body>
|
|
<div class="wrapper">
|
|
<div class="bouncy-logo">
|
|
<div class="ball-shadow"></div>
|
|
<div class="ball"><img src="../../public/logo.svg"></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |