forked from montagejs/montage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (34 loc) · 1.13 KB
/
index.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
<!--.info loader-->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Montage Framework - Components Overview</title>
<style>
header {
text-align: center;
font-size: 24px;
}
nav {
margin-top: 80px;
display: flex;
flex-direction: column;
}
</style>
</head>
<body>
<header>Montage Overview</header>
<nav>
<a href="composer/press-composer.info/sample/index.html">Press Composer</a>
<a href="composer/translate-composer.info/sample/index.html">Translate Composer</a>
<a href="ui/anchor.info/sample/index.html">Anchor</a>
<a href="ui/button.info/sample/index.html">Button</a>
<a href="ui/checkbox.info/sample/index.html">CheckBox</a>
<a href="ui/radio.info/sample/index.html">Radio</a>
<a href="ui/slider.info/sample/index.html">Slider</a>
<a href="ui/text-field.info/sample/index.html">TextField</a>
<a href="ui/text-area.info/sample/index.html">TextArea</a>
<a href="ui/number-field.info/sample/index.html">NumberField</a>
</nav>
</body>
</html>