chore: add ping demo app

This commit is contained in:
administrator 2026-05-17 18:46:43 +00:00
parent b4e3696a3c
commit aa4e5e4171
6 changed files with 106 additions and 0 deletions

2
ping/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
node_modules/
.tmp/

BIN
ping/dist/Ping_idv_demo.webm vendored Normal file

Binary file not shown.

1
ping/dist/assets/index-B56cvqca.css vendored Normal file

File diff suppressed because one or more lines are too long

79
ping/dist/assets/index-BKSX9iy9.js vendored Normal file

File diff suppressed because one or more lines are too long

20
ping/dist/index.html vendored Normal file
View file

@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/ping/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Ping Biometric Speed-Run</title>
<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@400;500;600;700&family=JetBrains+Mono:wght@400;600&display=swap" rel="stylesheet">
<script type="module" crossorigin src="/ping/assets/index-BKSX9iy9.js"></script>
<link rel="stylesheet" crossorigin href="/ping/assets/index-B56cvqca.css">
</head>
<body class="bg-navy-950 text-slate-300 font-sans antialiased">
<div style="background:#0a0e17; border-bottom:1px solid #1a2332; padding:5px 12px; font-size:12px;">
<a href="/" style="color:#64748b; text-decoration:none;">&larr; GITEX 2026 Hub</a>
</div>
<div id="root"></div>
</body>
</html>

4
ping/dist/vite.svg vendored Normal file
View file

@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 32 32">
<rect width="32" height="32" rx="6" fill="#0a0e17"/>
<text x="16" y="22" text-anchor="middle" fill="#00b4c5" font-family="monospace" font-size="18" font-weight="bold">P</text>
</svg>

After

Width:  |  Height:  |  Size: 260 B