Skip to content

Commit 38a5130

Browse files
update
1 parent ea20318 commit 38a5130

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

public/images/logo.png

683 KB
Loading

public/index.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@
66
<meta http-equiv="X-UA-Compatible" content="IE=edge">
77
<meta name="description" content="Auth Project, PHP Project">
88
<meta name="robots" content="index, follow">
9-
<link rel="icon" type="image/png" href="/icon.png">
9+
<link rel="icon" type="image/png" href="http://localhost:8080/public/images/logo.png">
1010
<title><?= $title ?? 'Auth Project'; ?></title>
1111

1212
<link rel="stylesheet" href="./css/app.css" />
1313
</head>
1414
<body>
15-
16-
15+
<img width="100%" src="http://localhost:8080/public/images/logo.png">
1716
<script src="./js/app.js"></script>
1817
</body>
1918
</html>

0 commit comments

Comments
 (0)