رفع الملفات إلى "/"

هذا الالتزام موجود في:
2026-03-25 10:42:50 +00:00
الأصل c5f9dfe2d9
التزام 98c4d2a3db
5 ملفات معدلة مع 124 إضافات و0 حذوفات

14
index.html Normal file
عرض الملف

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="ar">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Universal Migrator</title>
<link rel="stylesheet" href="assets/index.css">
</head>
<body>
<div id="root"></div>
<script type="module" src="assets/index.js"></script>
</body>
</html>