21 lines
509 B
HTML
21 lines
509 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>
|
||
|
<link rel="stylesheet" href="styles/main.css">
|
||
|
</head>
|
||
|
<body>
|
||
|
<header>
|
||
|
<h1>LinkMeUp</h1>
|
||
|
</header>
|
||
|
<main id="social-links">
|
||
|
<!-- Handlebars template will populate this section -->
|
||
|
</main>
|
||
|
<footer>
|
||
|
<p>© 2024 <a href="https://wieerwill.de">WieErWill</a></p>
|
||
|
</footer>
|
||
|
</body>
|
||
|
</html>
|