-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmatri.html
More file actions
49 lines (44 loc) · 1.65 KB
/
matri.html
File metadata and controls
49 lines (44 loc) · 1.65 KB
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
<!DOCTYPE html>
<html>
<head>
<title>
Matrimonial website:find your heart beat
</title>
<link rel="stylesheet" href="matri.css">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
</head>
<body>
<nav class="navbar navbar-inverse">
<div class="navbar-header">
<a href="#" class="navbar-brand">ABOUT</a>
</div>
<div class="nav navbar-nav">
<li> <a href="#" >Religion</a></li>
<li> <a href="#" >Country</a></li>
</div>
<div class="nav navbar-nav navbar-right">
<li> <a href="#" >Message</a></li>
<li> <a href="#" >Login</a></li>
<li> <a href="#" >Sign up!</a></li>
</div>
</nav>
<div class="container">
<div class="jumbotron">
<h3><span class="glyphicon glyphicon-heart" aria-hidden="true"></span>WELCOME HOME FELLAS</h3>
<p> Before Breakup have a <strong>BACKUP</strong></p>
</div>
</div>
<div class="container">
<div class="col-md-4"><img src=""></div>
<div class="col-md-4"><img src=""></div>
<div class="col-md-4"><img src=""></div>
</div>
<script
src="https://code.jquery.com/jquery-3.4.1.min.js"
integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo="
crossorigin="anonymous"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
</body>
</html>