-
Notifications
You must be signed in to change notification settings - Fork 0
/
findprosthetist.php
56 lines (51 loc) · 1.56 KB
/
findprosthetist.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Mobile Specific Meta -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Favicon-->
<link rel="shortcut icon" href="img/fav.png">
<!-- Author Meta -->
<meta name="author" content="colorlib">
<!-- Meta Description -->
<meta name="description" content="">
<!-- Meta Keyword -->
<meta name="keywords" content="">
<!-- meta character set -->
<meta charset="UTF-8">
<!-- Site Title -->
<title>Find Prosthetist</title>
<!--
CSS
============================================= -->
<?php
include_once "styles.php"
?>
</head>
<body>
<?php
include_once "header.php"
?>
<!-- start banner Area -->
<section class="banner-area relative about-banner" id="home">
<div class="overlay overlay-bg"></div>
<div class="container">
<div class="row d-flex align-items-center justify-content-center">
<div class="about-content col-lg-12">
<h1 class="text-white">
Find Dental Prosthetist
</h1>
<p class="text-white link-nav"><a href="index.php">Home </a> <span class="lnr lnr-arrow-right"></span> <a href="findprosthetist.php"> Find Dental Prosthetist</a></p>
</div>
</div>
</div>
</section>
<!-- End banner Area -->
<?php
include_once "footer.php"
?>
<?php
include_once "javascripts.php"
?>
</body>
</html>