نسخ من RaghadAlkhous/RestaurantDash
45 أسطر
1.1 KiB
HTML
45 أسطر
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<<<<<<< HEAD
|
|
<link rel="icon" href="/image.png" />
|
|
=======
|
|
<link rel="icon" href="%PUBLIC_URL%/image.png" />
|
|
>>>>>>> 094d64320df085d59dc613108366955085361a0b
|
|
<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" />
|
|
<<<<<<< HEAD
|
|
|
|
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
|
<style>
|
|
* {
|
|
margin: 0
|
|
}
|
|
</style>
|
|
<title>Restaurant</title>
|
|
=======
|
|
|
|
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
|
<style>
|
|
* {
|
|
font-family: "Roboto", sans-serif;
|
|
margin:0;
|
|
}
|
|
</style>
|
|
<title>Resturant</title>
|
|
>>>>>>> 094d64320df085d59dc613108366955085361a0b
|
|
</head>
|
|
<body>
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
<div id="root"></div>
|
|
|
|
</body>
|
|
</html>
|
|
|