Skip to content

Commit 49e5df6

Browse files
oop
1 parent 38a5130 commit 49e5df6

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

public/index.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,14 @@
88
<meta name="robots" content="index, follow">
99
<link rel="icon" type="image/png" href="http://localhost:8080/public/images/logo.png">
1010
<title><?= $title ?? 'Auth Project'; ?></title>
11-
11+
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-sRIl4kxILFvY47J16cr9ZwB07vP4J8+LH7qKQnuqkuIAvNWLzeN8tE5YBujZqJLB" crossorigin="anonymous">
1212
<link rel="stylesheet" href="./css/app.css" />
13+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css">
1314
</head>
1415
<body>
15-
<img width="100%" src="http://localhost:8080/public/images/logo.png">
16+
17+
18+
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/js/bootstrap.bundle.min.js" integrity="sha384-FKyoEForCGlyvwx9Hj09JcYn3nv7wiPVlz7YYwJrWVcXK/BmnVDxM+D2scQbITxI" crossorigin="anonymous"></script>
1619
<script src="./js/app.js"></script>
1720
</body>
1821
</html>

0 commit comments

Comments
 (0)