forked from select2/select2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (28 loc) · 712 Bytes
/
Copy pathindex.html
File metadata and controls
29 lines (28 loc) · 712 Bytes
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
---
layout: home
title: Select2 - The jQuery replacement for select boxes
slug: home
---
<main class="jumbotron" role="main">
<div class="container">
<div class="row">
<div class="col-md-6 text-center">
<h1>Select2</h1>
<p class="lead">
The jQuery replacement for select boxes
</p>
</div>
<div class="col-md-6 jumbotron-side">
<p>
<a href="https://github.com/ivaynberg/select2/tags" class="btn btn-success btn-lg">
<i class="fa fa-download fa-lg"></i>
Download
</a>
</p>
<p>
<strong>Version</strong> 4.0.0 <em>alpha</em>
</p>
</div>
</div>
</div>
</main>