init project

This commit is contained in:
Yusuf Ipek
2021-05-08 10:27:15 +03:00
parent cdfcaa04f0
commit c5eddbb0e5
31 changed files with 936 additions and 138 deletions
+6 -1
View File
@@ -3,6 +3,11 @@
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600"
rel="stylesheet"
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
@@ -24,7 +29,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
<title>trillo &mdash; Your all-in-one booking app</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>