9 lines
226 B
JSON
Executable File
9 lines
226 B
JSON
Executable File
<!-- button -->
|
|
<button type="button" class="btn btn-primary">
|
|
Primary
|
|
</button>
|
|
|
|
<!-- outline button -->
|
|
<button type="button" class="btn btn-outline-primary">
|
|
Outline Primary
|
|
</button> |