Privacy policy and Terms of use page added. Adjustments in the index and auth pages and added the beta header

This commit is contained in:
2022-04-11 22:02:09 -03:00
parent 42e4bf0b71
commit df5ca3dfef
12 changed files with 238 additions and 7 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>