init + complete desktop version of header
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
/>
|
||||
|
||||
<meta name="theme-color" content="#000000" />
|
||||
<meta name="description" content="My Portfolio" />
|
||||
<meta name="description" content="Demo Proximity site for my test" />
|
||||
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
|
||||
<!--
|
||||
manifest.json provides metadata used when your web app is installed on a
|
||||
@@ -34,9 +34,9 @@
|
||||
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>Proximity Demo</title>
|
||||
</head>
|
||||
<body class="bg-custom-400 w-screen" style="overflow-x: hidden">
|
||||
<body class="w-screen" style="overflow-x: hidden">
|
||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||
<div id="root"></div>
|
||||
<!--
|
||||
|
||||
Reference in New Issue
Block a user