20 lines
430 B
HTML
20 lines
430 B
HTML
<!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>
|
|
|
|
<body>
|
|
<!-- Header template will populate this section -->
|
|
<main>
|
|
<hr/>
|
|
<!-- Handlebars template will populate this section -->
|
|
<hr/>
|
|
</main>
|
|
<!-- Footer template will populate this section -->
|
|
</body>
|
|
|
|
</html> |