added icon and title
This commit is contained in:
parent
0a06d465a7
commit
f49dba2315
|
|
@ -1,7 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>PassKeep</title>
|
<title>Kurs</title>
|
||||||
<%= csrf_meta_tags %>
|
<%= csrf_meta_tags %>
|
||||||
<%= csp_meta_tag %>
|
<%= csp_meta_tag %>
|
||||||
<%= favicon_link_tag %>
|
<%= favicon_link_tag %>
|
||||||
|
|
@ -21,9 +21,9 @@
|
||||||
<!-- Sidebar - Brand -->
|
<!-- Sidebar - Brand -->
|
||||||
<a class="sidebar-brand d-flex align-items-center justify-content-center" href="/">
|
<a class="sidebar-brand d-flex align-items-center justify-content-center" href="/">
|
||||||
<div class="sidebar-brand-icon rotate-n-15">
|
<div class="sidebar-brand-icon rotate-n-15">
|
||||||
<i class="fas fa-key"></i>
|
<i class="fas chalkboard-teacher"></i>
|
||||||
</div>
|
</div>
|
||||||
<div class="sidebar-brand-text mx-3">PassKeep</div>
|
<div class="sidebar-brand-text mx-3">Kurs</div>
|
||||||
</a>
|
</a>
|
||||||
<!-- Divider -->
|
<!-- Divider -->
|
||||||
<hr class="sidebar-divider my-0">
|
<hr class="sidebar-divider my-0">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue