-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocument.html
70 lines (70 loc) · 2.06 KB
/
document.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="icon" href="./images/icon-logo.png" sizes="1616" type="image/icon type">
<title>Lumos-UI | Docs</title>
</head>
<body>
<nav class="navbar navbar-horizontal ">
<div class="nav-brand">
<a class="header link" href="/">Lumos UI</a></div>
<ul class="list-non-bullet">
<li class="list-item-inline">
<a class="link" href="/">Home</a>
</li>
<li class="list-item-inline link-active">
<a class="link" href="/document.html">Docs</a>
</li>
<li class="list-item-inline">
<a class="link" href="/download.html">Download</a>
</li>
</ul>
</nav>
<ul class="list-item-non-bullet">
<li>Avatar
<a href="./avatar.html"></a>
</li>
<li>Alert
<a href="./alert.html"></a>
</li>
<li>Badge
<a href="./badge.html"></a>
</li>
<li>Button
<a href="./button.html"></a>
</li>
<li>Card
<a href="./card.html"></a>
</li>
<li>Images
<a href="./image.html"></a>
</li>
<li>Input
<a href="./input.html"></a>
</li>
<li>Lists
<a href="./list.html"></a>
</li>
<li>Navigation
<a href="./navigation.html"></a>
</li>
<li>Modal
<a href="./modal.html"></a>
</li>
<li>Rating
<a href="./rating.html"></a>
</li>
<li>Text utilities
<a href="./utilities.html"></a>
</li>
<li>Toast
<a href="./toast.html"></a>
</li>
</ul>
</body>
</html>