Skip to content

Commit b30a3bc

Browse files
nav
1 parent 2cb8aef commit b30a3bc

File tree

4 files changed

+18
-0
lines changed

4 files changed

+18
-0
lines changed
File renamed without changes.
File renamed without changes.

navbar/navbarL.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<title>navbar</title>
8+
<link rel="stylesheet" href="navStyle.css">
9+
</head>
10+
<body>
11+
<!-- Just an image -->
12+
<nav class="navbar navbar-light bg-light">
13+
<a class="navbar-brand" href="#">
14+
<img src="/docs/4.0/assets/brand/bootstrap-solid.svg" width="30" height="30" alt="">
15+
</a>
16+
</nav>
17+
</body>
18+
</html>

navbar/navbarU.html

Whitespace-only changes.

0 commit comments

Comments
 (0)