Changed folder destination

This commit is contained in:
2026-03-12 09:08:23 +01:00
parent 40f8e0a836
commit 5d61ee8fa5
20 changed files with 5269 additions and 0 deletions

36
index.html Normal file
View File

@@ -0,0 +1,36 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Niels Portfolio</title>
<!-- SEO Meta Tags -->
<meta name="description"
content="Niels M - Cybersecurity student and web developer at Stellarnode VOF. Specialized in modern web development and security solutions.">
<meta name="keywords" content="cybersecurity, web development, portfolio, Vue.js, Stellarnode, security, frontend">
<meta name="author" content="Niels M">
<!-- Performance Hints -->
<meta name="theme-color" content="#1a1a2e">
<link rel="dns-prefetch" href="//fonts.googleapis.com">
<link rel="dns-prefetch" href="//cdnjs.cloudflare.com">
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap"
rel="stylesheet">
<!-- FontAwesome Icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>