-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
41 lines (40 loc) · 1.29 KB
/
index.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 lang="en">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Virtual Host Created Successfully!!</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<style>
html{
font-family: sans-serif;
}
body{
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 14px;
line-height: 1.42857;
}
.message{
margin: auto;
}
</style>
</head>
<body>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="jumbotron message">
<h1>Your Virtual Host is Ready to Use.</h1>
<p>Replace this virtual_host.html file with by original codebase and enjoy web development with virtual host in your linux machine.</p>
<h4><strong>Helpline:</strong></h4>
<address>
Hizbul Bahar<br>
email: [email protected]
</address>
</div>
</div>
</div>
</div>
</body>
</html>