Initial Commit
+ Dockerization + Git Setup + Example Files + HandleBars Setup + Express Logic + Folder Structure + LICENSE + Public Folder
This commit is contained in:
3
Views/partials/footer.hbs
Normal file
3
Views/partials/footer.hbs
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
</body>
|
||||
</html>
|
||||
20
Views/partials/header.hbs
Normal file
20
Views/partials/header.hbs
Normal 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>
|
||||
Reference in New Issue
Block a user