SHOW:
|
|
- or go back to the newest paste.
1 | - | |
1 | + | |
2 | ||
3 | <html lang="en"> | |
4 | <head id="Head1" runat="server"> | |
5 | <meta charset="utf-8" /> | |
6 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
7 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
8 | <title>iPolice</title> | |
9 | <link rel="stylesheet" type="text/css" href="css/bootstrap.css" /> | |
10 | - | <link rel="stylesheet" type="text/css" href="../css/bootstrap.css" /> |
10 | + | <link rel="stylesheet" type="text/css" href="css/bootstrap-responsive.css" /> |
11 | - | <link rel="stylesheet" type="text/css" href="../css/bootstrap-responsive.css" /> |
11 | + | |
12 | ||
13 | <body> | |
14 | <ul class="nav nav-tabs "> | |
15 | <li> | |
16 | <a href="#">left </a> | |
17 | </li> | |
18 | <li class="dropdown pull-right"> | |
19 | <a href="#" class="dropdown-toggle" data-toggle="dropdown"> | |
20 | My dropdown | |
21 | <i class="icon-th-list"></i> | |
22 | <b class="caret"></b> | |
23 | </a> | |
24 | <ul class="dropdown-menu"> | |
25 | <li> | |
26 | <a href="#">link</a> | |
27 | </li> | |
28 | <li> | |
29 | <a href="#">another link</a> | |
30 | </li> | |
31 | </ul> | |
32 | </li> | |
33 | </ul> | |
34 | ||
35 | <script src="http://code.jquery.com/jquery.js"></script> | |
36 | <script src="js/bootstrap.js"></script> | |
37 | - | <script src="../js/bootstrap.js"></script> |
37 | + | |
38 | </html> |