added logo

This commit is contained in:
Russel Yasol
2024-05-08 16:22:55 +08:00
parent 25daa60b62
commit 79a4439fbf
5 changed files with 12 additions and 0 deletions

BIN
simpleadmin/www/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -14,6 +14,9 @@
<link rel="stylesheet" href="css/styles.css" />
<link rel="stylesheet" href="css/bootstrap.min.css" />
<!-- Logo -->
<link rel="simpleadmin-logo" href="favicon.ico">
<!-- Import BootStrap Javascript -->
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/alpinejs.min.js" defer></script>

View File

@@ -13,6 +13,9 @@
<!-- Import all the bootstrap css files from css folder -->
<link rel="stylesheet" href="css/styles.css" />
<link rel="stylesheet" href="css/bootstrap.min.css" />
<!-- Logo -->
<link rel="simpleadmin-logo" href="favicon.ico">
<!-- Import BootStrap Javascript -->
<script src="js/bootstrap.bundle.min.js"></script>

View File

@@ -6,6 +6,9 @@
<title>Simple Admin</title>
<link rel="stylesheet" href="css/styles.css" />
<link rel="stylesheet" href="css/bootstrap.min.css" />
<!-- Logo -->
<link rel="simpleadmin-logo" href="favicon.ico">
<!-- Import BootStrap Javascript -->
<script src="js/bootstrap.bundle.min.js"></script>

View File

@@ -13,6 +13,9 @@
<!-- Import all the bootstrap css files from css folder -->
<link rel="stylesheet" href="css/styles.css" />
<link rel="stylesheet" href="css/bootstrap.min.css" />
<!-- Logo -->
<link rel="simpleadmin-logo" href="favicon.ico">
<!-- Import BootStrap Javascript -->
<script src="js/bootstrap.bundle.min.js"></script>