mirror of https://github.com/lukechilds/docs.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
909 B
34 lines
909 B
<!DOCTYPE html>
|
|
<html lang="en-gb" dir="ltr">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Breadcrumb - UIkit tests</title>
|
|
<script src="js/test.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="uk-container">
|
|
|
|
<h1>Breadcrumb</h1>
|
|
|
|
<ul class="uk-breadcrumb">
|
|
<li><a href="#">Home</a></li>
|
|
<li><a href="#">Blog</a></li>
|
|
<li class="uk-disabled"><a>Category</a></li>
|
|
<li><span>Span</span></li>
|
|
</ul>
|
|
|
|
<ul class="uk-breadcrumb">
|
|
<li><a href="#">Home</a></li>
|
|
<li><a href="#">Blog</a></li>
|
|
<li class="uk-disabled"><a>Category</a></li>
|
|
<li class="uk-disabled"><a>Link</a></li>
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|
|
|