This commit is contained in:
2025-09-22 10:37:41 +07:00
commit b1083f3d4a
59 changed files with 5068 additions and 0 deletions

22
index.html Normal file
View File

@@ -0,0 +1,22 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/src/assets/freepik/logo-web.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="COD Maintenance Machine" />
<meta name="keywords" content="sypiu, piu, ggcp, permit, cod" />
<meta name="author" content="idetama" />
<meta property="og:title" content="COD system machine" />
<meta property="og:description" content="app for machine system piu" />
<meta property="og:image" content="https://www.pi-utilitas.com/img/LOGO_PIU_BnW.ee2ccd30.png" />
<meta property="og:url" content="https://www.pi-utilitas.com/" />
<title>Call of Duty</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>