-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhack.html
41 lines (37 loc) · 1.64 KB
/
hack.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
36
37
38
39
40
41
<!DOCTYPE html>
<html>
<head>
<title></title>
<link rel="stylesheet" type="text/css" href="leoc.css">
<link href="https://cdn.bootcss.com/font-awesome/4.7.0/css/font-awesome.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="https://cdn.bootcss.com/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class="icon-input-left">
<input type="" name="" placeholder="please...">
<i class="glyphicon glyphicon-minus"></i>
</div>
<div class="icon-input-right ">
<input type="" name="" class="input input-danger" placeholder="please...">
<i class="glyphicon glyphicon-asterisk"></i>
</div>
<div class="quotes-sm quotes-sm-danger note">hello world</div>
<div class="quotes-sm quotes-sm-smile">hello world</div>
<div class="quotes-sm quotes-sm-warning">hello world</div>
<div class="quotes-sm quotes-sm-info">hello world</div>
<div class="quotes-sm quotes-sm-default">hello world</div>
<div class="quotes-sm quotes-sm-success">hello world</div>
<div class="quotes quotes-danger">hello world</div>
<div class="quotes quotes-smile">hello world</div>
<div class="quotes quotes-warning">hello world</div>
<div class="quotes quotes-info">hello world</div>
<div class="quotes quotes-default">hello world</div>
<div class="quotes quotes-success">hello world</div>
<div class="quotes-lg quotes-lg-danger">hello world</div>
<div class="quotes-lg quotes-lg-smile">hello world</div>
<div class="quotes-lg quotes-lg-warning">hello world</div>
<div class="quotes-lg quotes-lg-info">hello world</div>
<div class="quotes-lg quotes-lg-default note">hello world</div>
<div class="quotes-lg quotes-lg-success">hello world</div>
</body>
</html>