-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
66 lines (57 loc) · 2.82 KB
/
Copy pathindex.html
File metadata and controls
66 lines (57 loc) · 2.82 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/icon.jpg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>One Piece | One Destination. Infinite Possibilities.</title>
<meta name="title" content="One Piece | One Destination. Infinite Possibilities." />
<meta name="description"
content="Engineering digital products at the intersection of software, AI, and finance. Premium web development, AI project training, and quantitative trading solutions." />
<meta name="keywords"
content="web development, AI, machine learning, quantitative trading, portfolio, software engineering, React, frontend" />
<meta name="author" content="One Piece" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://onepiece.dev" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://onepiece.dev/" />
<meta property="og:title" content="One Piece | One Destination. Infinite Possibilities." />
<meta property="og:description"
content="Engineering digital products at the intersection of software, AI, and finance. Premium web development, AI project training, and quantitative trading solutions." />
<meta property="og:image" content="https://onepiece.dev/og-image.jpg" />
<meta property="og:site_name" content="One Piece" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://onepiece.dev/" />
<meta property="twitter:title" content="One Piece | One Destination. Infinite Possibilities." />
<meta property="twitter:description"
content="Engineering digital products at the intersection of software, AI, and finance." />
<meta property="twitter:image" content="https://onepiece.dev/og-image.jpg" />
<!-- Theme Color -->
<meta name="theme-color" content="#000000" />
<meta name="msapplication-TileColor" content="#000000" />
<!-- 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=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap"
rel="stylesheet">
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "ProfessionalService",
"name": "One Piece",
"description": "Engineering digital products at the intersection of software, AI, and finance.",
"url": "https://onepiece.dev",
"sameAs": [],
"serviceType": ["Web Development", "AI Training", "Quantitative Trading"]
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>