Skip to content

Commit

Permalink
Merge pull request #21 from francismaria/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
francismaria authored Aug 27, 2023
2 parents 3e1b6d8 + 5e80bcd commit 0c6fc26
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 22 deletions.
Binary file added public/docs/user_guide.pdf
Binary file not shown.
Binary file modified public/favicon.ico
Binary file not shown.
17 changes: 2 additions & 15 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,10 @@
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site created using create-react-app"
content="Mathematical LaTeX to Java Converter"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo144.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
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>MaThex2Java</title>
</head>
<body>
Expand Down
Binary file added public/logo144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/logo192.png
Binary file not shown.
Binary file removed public/logo512.png
Binary file not shown.
9 changes: 2 additions & 7 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"short_name": "MaTheX2Java",
"name": "MaTheX2Java: Mathematical LaTeX to Java Converter",
"icons": [
{
"src": "favicon.ico",
Expand All @@ -11,11 +11,6 @@
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
Expand Down

0 comments on commit 0c6fc26

Please sign in to comment.