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

View File

@@ -0,0 +1,3 @@
<header id="beta-banner">
<p>This website is on beta version. Futures updates will be to make more <em>aesthetic</em> the website for all users. Thanks for the compression</p>
</header>

13
views/partials/global.hbs Normal file
View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;700;900&display=swap" rel="stylesheet">
<title>Telegram to Notion Bot</title>
<link rel="stylesheet" href="/css/global.css">
<link rel="stylesheet" href="/css/{{cssFile}}.css">
</head>