mirror of
https://github.com/FranP-code/Open-Telegram-to-Notion-Website.git
synced 2025-10-13 00:42:53 +00:00
14 lines
369 B
Handlebars
14 lines
369 B
Handlebars
{{> 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> |