add dev server

This commit is contained in:
2024-01-02 17:38:05 +01:00
parent 51afb63f1d
commit 166c3cf0e8
9 changed files with 1347 additions and 18 deletions

View File

@@ -1,20 +1,21 @@
<!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">
<!-- Header template will populate this section -->
<main>
<hr/>
<!-- Handlebars template will populate this section -->
<hr/>
</main>
<footer>
<p>&copy; 2024 <a href="https://wieerwill.de">WieErWill</a></p>
</footer>
<!-- Footer template will populate this section -->
</body>
</html>
</html>