We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69d5d2d commit f12104fCopy full SHA for f12104f
2 files changed
favicon.png
1.29 KB
index.html
@@ -3,7 +3,7 @@
3
<head>
4
<meta charset="UTF-8" />
5
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
- <link rel="icon" type="image/png" href="img/favicon.png" />
+ <link rel="icon" type="image/png" href="favicon.png" />
7
<link
8
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.6/dist/css/bootstrap.min.css"
9
rel="stylesheet"
@@ -15,7 +15,7 @@
15
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
16
/>
17
<link rel="stylesheet" type="text/css" href="dist/styles.min.css" />
18
- <title>Pokémon Explorer</title>
+ <title>Das js App</title>
19
</head>
20
21
<body>
0 commit comments