add head template
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user