File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments