Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
leaftail1880 authored Feb 28, 2024
1 parent 6fb0559 commit 9e9e572
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head> </head>
<style>
.container {
flex: 1;
align-content: center;
justify-content: center;
display: flex;
}
</style>
<body class="container">
<div>
<h1>Скоро!</h1>
<p>Следите за новостями на нашем <a href="https://discord.gg/gX6PrPHecZ" target="_blank">Discord</a></p>
</div>
</body>
</html>

0 comments on commit 9e9e572

Please sign in to comment.