2024-01-01 20:52:11 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2024-01-02 16:38:05 +00:00
|
|
|
|
2024-01-01 20:52:11 +00:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title>LinkMeUp</title>
|
|
|
|
</head>
|
2024-01-02 16:38:05 +00:00
|
|
|
|
2024-01-01 20:52:11 +00:00
|
|
|
<body>
|
2024-01-02 16:38:05 +00:00
|
|
|
<!-- Header template will populate this section -->
|
|
|
|
<main>
|
|
|
|
<hr/>
|
2024-01-01 20:52:11 +00:00
|
|
|
<!-- Handlebars template will populate this section -->
|
2024-01-02 16:38:05 +00:00
|
|
|
<hr/>
|
2024-01-01 20:52:11 +00:00
|
|
|
</main>
|
2024-01-02 16:38:05 +00:00
|
|
|
<!-- Footer template will populate this section -->
|
2024-01-01 20:52:11 +00:00
|
|
|
</body>
|
2024-01-02 16:38:05 +00:00
|
|
|
|
|
|
|
</html>
|