Skip to content
This repository was archived by the owner on Sep 28, 2020. It is now read-only.

Commit 553554f

Browse files
committed
add test page
1 parent 8c7b434 commit 553554f

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

test.html

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
layout: default
3+
title: Test
4+
---
5+
6+
<br><br><br><br>
7+
8+
<form class="controls-stacked">
9+
{% include checkbox.html %}
10+
</form>
11+
12+
<form class="controls-stacked">
13+
{% include radio.html %}
14+
</form>
15+
16+
<form class="controls-stacked">
17+
{% include select.html %}
18+
</form>
19+
20+
<form class="controls-stacked">
21+
{% include file.html %}
22+
</form>
23+
24+
<form class="controls-stacked">
25+
{% include progress.html %}
26+
</form>
27+
28+
<br><br><br><br>

0 commit comments

Comments
 (0)