initial migration

This commit is contained in:
2022-12-15 20:04:18 -03:00
parent e8268c80e1
commit bfd1235fce
16 changed files with 522 additions and 0 deletions

14
views/index.hbs Normal file
View File

@@ -0,0 +1,14 @@
{{> global cssFile="index"}}
<body>
{{> betaBanner }}
<div class="main">
<h1>Telegram to Notion Bot's website</h1>
<a href="https://t.me/TelegrmToNotionBot" class="button">Here you can visit it!</a>
<ul>
<li>100% Free</li>
<li>Unlimited messages</li>
<li>Forever</li>
</ul>
</div>
</body>