Initial Commit

+ Dockerization
+ Git Setup
+ Example Files
+ HandleBars Setup
+ Express Logic
+ Folder Structure
+ LICENSE
+ Public Folder
This commit is contained in:
2022-05-10 00:15:45 +03:00
commit 1b8292dc50
25 changed files with 3209 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
</body>
</html>

20
Views/partials/header.hbs Normal file
View File

@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
{{!-- Configuration Tags --}}
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="cache-control" content="no-cache"/>
<meta http-equiv="expires" content="exercise date in seconds"/>
<meta name="robots" content="index, follow">
{{!-- Some public information --}}
<meta name="keywords" content="free, online tools, tools, free tools, free online tools, online, tools, web, convert, pdf, html, png, jpg, csv, generator, random, fakerr, faker, helper"/>
<meta name="author" content="Kato Twofold" />
<meta name="copyright" content="Kato Twofold" />
<meta name="description" content="Generate, Convert, Extract right here online, we even have an API for it!" />
{{!-- The title --}}
<title>Kato's cafe tools</title>
</head>
<body>