-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
40 lines (32 loc) · 1.25 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
<!-- Home Page -->
<html>
<head>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script rel="javascript" type="text/javascript" href="js/jquery-1.11.3.min.js"></script>
<script src="https://code.jquery.com/jquery-3.1.0.js"></script>
<script language="javascript" type ="text/javascript"></script>
<!-- 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">
<style>
.jumbotron{
background-image:url("bground.jpg");
text-shadow: #a9b4c6 0.8em 0.8em 0.9em;
}
body{
background-image:url("bground.jpg");
}
</style>
</head>
<body>
<center>
<div class="jumbotron">
<h1>Doctor Search</h1>
<a href="searchQuery.php"><img src="dr.png" style="width:50px;height:50px;"></href>
<br><br>
<a href="searchQuery.php" type="button" class="btn btn-primary">Find a Doctor!</a>
</div>
</center>
</body>
</html>