-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (24 loc) · 1.38 KB
/
index.html
File metadata and controls
24 lines (24 loc) · 1.38 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
<meta name="description" content="Real-time 3D Minecraft skin viewer showing all online Craft Down Under players walking around in 3D space">
<meta name="keywords" content="minecraft, skin viewer, 3d, craft down under, playcdu, online players">
<meta name="author" content="Craft Down Under">
<meta property="og:title" content="3D Skin Viewer - Real-Time Online Players">
<meta property="og:description" content="Watch all online Craft Down Under players walk around in 3D space in real-time">
<meta property="og:type" content="website">
<meta property="og:url" content="https://skins.playcdu.co/">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="3D Skin Viewer - Real-Time Online Players">
<meta name="twitter:description" content="Watch all online Craft Down Under players walk around in 3D space in real-time">
<link rel="canonical" href="https://skins.playcdu.co/">
<link rel="preload" href="/minecraft.woff2" as="font" type="font/woff2" crossorigin="anonymous">
<title>3D Skin Viewer - Real-Time Online Players | Craft Down Under</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>