There was an error while loading. Please reload this page.
1 parent ea20318 commit 38a5130Copy full SHA for 38a5130
2 files changed
public/images/logo.png
683 KB
public/index.php
@@ -6,14 +6,13 @@
6
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7
<meta name="description" content="Auth Project, PHP Project">
8
<meta name="robots" content="index, follow">
9
- <link rel="icon" type="image/png" href="/icon.png">
+ <link rel="icon" type="image/png" href="http://localhost:8080/public/images/logo.png">
10
<title><?= $title ?? 'Auth Project'; ?></title>
11
12
<link rel="stylesheet" href="./css/app.css" />
13
</head>
14
<body>
15
-
16
+<img width="100%" src="http://localhost:8080/public/images/logo.png">
17
<script src="./js/app.js"></script>
18
</body>
19
</html>
0 commit comments