-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathba.php
61 lines (48 loc) · 1.89 KB
/
ba.php
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bootstrap</title>
<meta charset="UTF-8">
<meta name=description content="">
<meta name=viewport content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap CSS -->
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen">
</head>
<body>
<h1 class="text-center">Main head</h1>
<div class="alert">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>
<strong>Successful</strong> message is received succesfully
</div>
<form action="" method="POST" class="form-horizontal" role="form">
<div class="form-group">
<legend>Form Title</legend>
</div>
<div class="form-group">
<div class="col-sm-10 col-sm-offset-2">
<button type="submit" class="btn btn-primary">Submit</button>
</div>
</div>
</form>
<form action="" method="POST" class="form-inline" role="form">
<div class="form-group">
<label class="sr-only" for="">label</label>
<input type="email" class="form-control" name="" id="" placeholder="Input ...">
</div>
<button type="submit" class="btn btn-primary">Submit</button>
</form>
Bucaneers rise with desolation!C'mon, shiny mast. you won't fight the seychelles.Whine roughly like a shiny sea-dog.
<ol class="breadcrumb">
<li>
<a href="#">Home</a>
</li>
<li class="active">Link</li>
</ol>
<p class="navbar-text">abs</p>
<!-- jQuery -->
<script src="vendors/jquery-1.9.1.min.js"></script>
<!-- Bootstrap JavaScript -->
<script src="bootstrap/js/bootstrap.min.js"></script>
</body>
</html>