add head template

This commit is contained in:
2024-01-17 17:21:30 +01:00
parent ed57bda08e
commit 6b0e3857fb
9 changed files with 96 additions and 23 deletions

View File

@@ -1,20 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LinkMeUp</title>
</head>
<!-- Head template will populate this section -->
<body>
<!-- Header template will populate this section -->
<main>
<hr/>
<hr />
<!-- Handlebars template will populate this section -->
<hr/>
<hr />
</main>
<!-- Footer template will populate this section -->
</body>
</html>