removing react template stuff

This commit is contained in:
James Twose
2025-05-11 09:49:34 +02:00
parent 2c66fee65d
commit 0d613be4db
2 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -7,7 +7,7 @@
<meta name="theme-color" content="#000000" /> <meta name="theme-color" content="#000000" />
<meta <meta
name="description" name="description"
content="Web site created using create-react-app" content="QR Code Generator, a simple and easy-to-use tool for creating QR codes created by James Twose"
/> />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" /> <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!-- <!--
@@ -24,7 +24,7 @@
work correctly both with client-side routing and a non-root public URL. 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`. Learn how to configure a non-root public URL by running `npm run build`.
--> -->
<title>React App</title> <title>QR Code Generator</title>
</head> </head>
<body> <body>
<noscript>You need to enable JavaScript to run this app.</noscript> <noscript>You need to enable JavaScript to run this app.</noscript>
+3 -2
View File
@@ -1,6 +1,7 @@
{ {
"short_name": "React App", "short_name": "QR Code Generator",
"name": "Create React App Sample", "name": "QR Code Generator",
"description": "Generate QR codes easily and quickly.",
"icons": [ "icons": [
{ {
"src": "favicon.ico", "src": "favicon.ico",