init new fancy project for starting 2024

This commit is contained in:
2024-01-01 21:52:11 +01:00
commit 9d47c1fafe
11 changed files with 539 additions and 0 deletions

20
public/index.html Normal file
View File

@@ -0,0 +1,20 @@
<!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>&copy; 2024 <a href="https://wieerwill.de">WieErWill</a></p>
</footer>
</body>
</html>