| author | ymh <ymh.work@gmail.com> |
| Tue, 29 Mar 2022 11:23:56 +0200 | |
| changeset 211 | 244a90638e80 |
| parent 188 | 00cf90eb0f5a |
| permissions | -rw-r--r-- |
| 1 | 1 |
<!doctype html> |
2 |
<html lang="en"> |
|
3 |
<head> |
|
4 |
<meta charset="utf-8"> |
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
|
6 |
<meta name="theme-color" content="#000000"> |
|
7 |
<link rel="manifest" href="%PUBLIC_URL%/manifest.json"> |
|
8 |
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico"> |
|
|
188
00cf90eb0f5a
Correct index file and add a favicon. increment version
ymh <ymh.work@gmail.com>
parents:
69
diff
changeset
|
9 |
<title>IRINOTES</title> |
| 1 | 10 |
</head> |
11 |
<body> |
|
12 |
<noscript> |
|
13 |
You need to enable JavaScript to run this app. |
|
14 |
</noscript> |
|
15 |
<div id="root"></div> |
|
16 |
</body> |
|
17 |
</html> |