debigging PWA functionality
This commit is contained in:
parent
e50ece4fbc
commit
823e3e754d
2 changed files with 6 additions and 1 deletions
|
@ -79,6 +79,11 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div style="text-align: center; padding: 20px;">
|
||||
<p>For the best experience, add this web app to your home screen:</p>
|
||||
<p>1. Tap the <strong>Share</strong> button.</p>
|
||||
<p>2. Tap <strong>Add to Home Screen</strong>.</p>
|
||||
</div>
|
||||
<h1>Exchange Rate Calculator</h1>
|
||||
<form>
|
||||
<label>Enter amount in Euro:</label>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "EUR-DZD Calculator",
|
||||
"name": "EUR-DZD",
|
||||
"short_name": "EUR DZD",
|
||||
"icons": [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue