Spaces:
Running
Running
Upload index.html
Browse files- public/index.html +37 -14
public/index.html
CHANGED
|
@@ -1,26 +1,49 @@
|
|
| 1 |
<!doctype html>
|
| 2 |
-
<html lang="
|
| 3 |
<head>
|
| 4 |
<meta charset="utf-8" />
|
| 5 |
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
| 6 |
-
<meta name="viewport" content="width=device-width, initial-scale=1
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
|
| 13 |
-
|
| 14 |
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
| 15 |
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
| 16 |
-
<link
|
| 17 |
-
|
| 18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
<title>هوشان</title>
|
| 21 |
</head>
|
|
|
|
| 22 |
<body>
|
| 23 |
-
<noscript>
|
| 24 |
<div id="root"></div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
</body>
|
| 26 |
-
</html>
|
|
|
|
| 1 |
<!doctype html>
|
| 2 |
+
<html lang="en">
|
| 3 |
<head>
|
| 4 |
<meta charset="utf-8" />
|
| 5 |
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
| 6 |
+
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
| 7 |
+
<meta name="theme-color" content="#000000" />
|
| 8 |
+
<meta
|
| 9 |
+
name="description"
|
| 10 |
+
content="Web site created using create-react-app"
|
| 11 |
+
/>
|
|
|
|
|
|
|
| 12 |
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
| 13 |
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
| 14 |
+
<link
|
| 15 |
+
href="https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap"
|
| 16 |
+
rel="stylesheet"
|
| 17 |
+
/>
|
| 18 |
+
<link
|
| 19 |
+
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=block"
|
| 20 |
+
rel="stylesheet"
|
| 21 |
+
/>
|
| 22 |
+
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
|
| 23 |
+
<!--
|
| 24 |
+
Notice the use of %PUBLIC_URL% in the tags above.
|
| 25 |
+
It will be replaced with the URL of the `public` folder during the build.
|
| 26 |
+
Only files inside the `public` folder can be referenced from the HTML.
|
| 27 |
|
| 28 |
+
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
|
| 29 |
+
work correctly both with client-side routing and a non-root public URL.
|
| 30 |
+
Learn how to configure a non-root public URL by running `npm run build`.
|
| 31 |
+
-->
|
| 32 |
<title>هوشان</title>
|
| 33 |
</head>
|
| 34 |
+
|
| 35 |
<body>
|
| 36 |
+
<noscript>You need to enable JavaScript to run this app.</noscript>
|
| 37 |
<div id="root"></div>
|
| 38 |
+
<!--
|
| 39 |
+
This HTML file is a template.
|
| 40 |
+
If you open it directly in the browser, you will see an empty page.
|
| 41 |
+
|
| 42 |
+
You can add webfonts, meta tags, or analytics to this file.
|
| 43 |
+
The build step will place the bundled scripts into the <body> tag.
|
| 44 |
+
|
| 45 |
+
To begin the development, run `npm start` or `yarn start`.
|
| 46 |
+
To create a production bundle, use `npm run build` or `yarn build`.
|
| 47 |
+
-->
|
| 48 |
</body>
|
| 49 |
+
</html>
|