first commit

This commit is contained in:
becarta
2025-05-16 00:17:42 +02:00
parent ea5c866137
commit bacf566ec9
6020 changed files with 1715262 additions and 0 deletions

24
index.html Normal file
View File

@@ -0,0 +1,24 @@
<!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" />
<meta name="description" content="Expert Microsoft 365 support for freelancers and small businesses. Seamless migrations, reliable support, and productivity-focused solutions." />
<meta name="theme-color" content="#0077cc" />
<!-- Open Graph / Social Media Meta Tags -->
<meta property="og:title" content="Tiber365 - Microsoft 365 Support Experts" />
<meta property="og:description" content="Expert Microsoft 365 support for freelancers and small businesses. Seamless migrations, reliable support, and productivity-focused solutions." />
<meta property="og:type" content="website" />
<!-- Preload Fonts -->
<link rel="preload" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Poppins:wght@500;600;700&display=swap" as="style" />
<title>Tiber365 - Microsoft 365 Support Experts</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>