هذا الالتزام موجود في:
RaghadAlkhous
2026-05-06 15:08:57 +03:00
التزام 1ccca905f3
215 ملفات معدلة مع 61375 إضافات و0 حذوفات

33
public/index.html Normal file
عرض الملف

@@ -0,0 +1,33 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/image.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site created using create-react-app"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!-- <link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> -->
<style>
* {
font-family: "Roboto", sans-serif;
margin:0;
}
</style>
<title>Resturant</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>