LinkMeUp/public/index.html

20 lines
430 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
2024-01-02 16:38:05 +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
<body>
2024-01-02 16:38:05 +00:00
<!-- Header template will populate this section -->
<main>
<hr/>
<!-- Handlebars template will populate this section -->
2024-01-02 16:38:05 +00:00
<hr/>
</main>
2024-01-02 16:38:05 +00:00
<!-- Footer template will populate this section -->
</body>
2024-01-02 16:38:05 +00:00
</html>