-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (32 loc) · 1.77 KB
/
Copy pathindex.html
File metadata and controls
37 lines (32 loc) · 1.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!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, viewport-fit=cover" />
<title>MTCX Dev - Web Development & Design Studio</title>
<meta name="description"
content="MTCX Dev designs and builds websites, digital products, and interactive experiences for founders, startups, and ambitious brands. Helping people bring their ideas to life online." />
<meta name="theme-color" content="#09090b" />
<!-- Open Graph / Meta -->
<meta property="og:type" content="website" />
<meta property="og:title" content="MTCX Dev - Web Development & Design Studio" />
<meta property="og:description"
content="Helping people bring their ideas to life online. Architectural portfolio and digital product engineering studio." />
<meta property="og:site_name" content="MTCX Dev" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="MTCX Dev - Web Development & Design Studio" />
<meta name="twitter:description"
content="Helping people bring their ideas to life online. Architectural portfolio and digital product engineering studio." />
<!-- 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=JetBrains+Mono:ital,wght@0,300;0,400;0,500;1,400&family=Space+Grotesk:wght@300;400;500;600;700&family=Syne:wght@700;800&display=swap"
rel="stylesheet" />
</head>
<body class="bg-black text-white antialiased selection:bg-zinc-100 selection:text-black">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>