📁
SKYSHELL MANAGER
PHP v8.1.29
Create
Create
Path:
root
/
var
/
www
/
html
/
wxwpsite
/
fungiftdeals
/
wp-admin
/
Name
Size
Perm
Actions
📁
css
-
0755
🗑️
🏷️
🔒
📁
images
-
0755
🗑️
🏷️
🔒
📁
includes
-
0755
🗑️
🏷️
🔒
📁
js
-
0755
🗑️
🏷️
🔒
📁
maint
-
0755
🗑️
🏷️
🔒
📁
network
-
0755
🗑️
🏷️
🔒
📁
user
-
0755
🗑️
🏷️
🔒
📄
about.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
admin-ajax.php
5.03 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
admin-footer.php
2.75 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
admin-functions.php
0.47 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
admin.php
12.63 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
async-upload.php
5.47 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
authorize-application.php
10.09 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
comment.php
11.37 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
custom-header.php
0.49 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
customize.php
11.21 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
edit-form-advanced.php
28.79 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
edit-form-blocks.php
14.73 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
edit-tags.php
21.98 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
edit.php
19.48 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
export-personal-data.php
7.75 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
font-library.php
1.01 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
home.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
index.php
7.68 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
media-upload.php
3.58 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
menu-header.php
9.82 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
network.php
5.39 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
press-this.php
2.41 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
privacy.php
2.83 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
setup-config.php
17.52 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
themes.phpwp-update.php
114.83 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
tools.php
3.43 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
update.php
12.76 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
user-edit.php
40.35 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
widgets-form-blocks.php
5.12 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
widgets.php
1.09 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-mail.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: laboratory.php
<!DOCTYPE html> <html lang="en-US"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="icon" href="img/favi.png"/> <title>Nutri Health System - Laboratory Services</title> <link rel="stylesheet" href="css/components.css"> <link rel="stylesheet" href="css/icons.css"> <link rel="stylesheet" href="css/responsee.css"> <link rel="stylesheet" href="owl-carousel/owl.carousel.css"> <link rel="stylesheet" href="owl-carousel/owl.theme.css"> <!-- CUSTOM STYLE --> <link rel="stylesheet" href="css/template-style.css"> <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800&subset=latin,latin-ext' rel='stylesheet' type='text/css'> <script type="text/javascript" src="js/jquery-1.8.3.min.js"></script> <script type="text/javascript" src="js/jquery-ui.min.js"></script> <script type="text/javascript" src="js/validation.js"></script> <style> .tab { overflow: hidden; border: 1px solid #ccc; background-color: #f1f1f1; } /* Style the buttons inside the tab */ .tab button { background-color: inherit; float: left; border: none; outline: none; cursor: pointer; padding: 14px 16px; transition: 0.3s; font-size: 17px; } /* Change background color of buttons on hover */ .tab button:hover { background-color: #ddd; } /* Create an active/current tablink class */ .tab button.active { background-color: #ccc; } /* Style the tab content */ .tabcontent { display: none; padding: 6px 12px; border: 1px solid #ccc; border-top: none; } /* Style the tab */ .tab { overflow: hidden; border: 1px solid #ccc; background-color: #f1f1f1; } /* Style the buttons inside the tab */ .tab button { background-color: inherit; float: left; border: none; outline: none; cursor: pointer; padding: 14px 16px; transition: 0.3s; font-size: 17px; } /* Change background color of buttons on hover */ .tab button:hover { background-color: #ddd; } /* Create an active/current tablink class */ .tab button.active { background-color: #ccc; } /* Style the tab content */ .tabcontent { display: none; padding: 6px 12px; border: 1px solid #ccc; border-top: none; } .active{display:block;} </style> <script type="javascript"> function openPage(pageName, elmnt, color) { // Hide all elements with class="tabcontent" by default */ var i, tabcontent, tablinks; tabcontent = document.getElementsByClassName("tabcontent"); for (i = 0; i < tabcontent.length; i++) { tabcontent[i].style.display = "none"; } // Remove the background color of all tablinks/buttons tablinks = document.getElementsByClassName("tablink"); for (i = 0; i < tablinks.length; i++) { tablinks[i].style.backgroundColor = ""; } // Show the specific tab content document.getElementById(pageName).style.display = "block"; // Add the specific color to the button used to open the tab content elmnt.style.backgroundColor = color; } // Get the element with id="defaultOpen" and click on it document.getElementById("defaultOpen").click(); </script> </head> <body class="size-1140"> <header role="banner"> <!-- Top Bar --> <div class="top-bar background-white"> <div class="line"> <div class="s-12 m-6 l-6"> <div class="top-bar-contact"> <p class="text-size-12">Contact Us: +501-916-2649</p> </div> </div> <div class="s-12 m-6 l-6"> <div class="right"> <ul class="top-bar-social right" style="margin-top:2px;"> <a class="text-orange-hover" href="contact@nutrihealthsystem.com" style="margin-top:18px;font-size:13px;">contact@nutrihealthsystem.com</a> </ul> </div> </div> </div> </div> <!-- Top Navigation --> <nav class="background-white background-primary-hightlight"> <div class="line"> <div class="s-12 l-2"> <a href="index.php" class="logo"><img src="img/nut.png" alt=""></a> </div> <div class="top-nav s-12 l-10"> <p class="nav-text"></p> <ul class="right chevron"> <li><a href="index.php">Home</a></li> <li><a href="about.php">About</a></li> <li><a href="healthy.php">Healthy Life</a></li> <li class="active-item"><a href="services.php">Services</a> <ul> <li><a href="consultation.php">consultation</a></li> <li><a href="laboratory.php">Laboratory</a></li> <li><a href="ultrasound.php">Ultrasound</a></li> <li><a href="phsiyo.php">Physiotherapy</a></li> </ul> </li> <!--<li><a href="blog.php">Blog</a></li>--> <li><a href="contact.php">Contact</a></li> </ul> </div> </div> </nav> </header> <main role="main"> <!-- Content --> <article> <header class="section background-primary text-center;" style="padding:0rem 1.25rem"> <!--<h1 class="text-white margin-bottom-0 text-size-50 text-thin text-line-height-1" style="text-align:center">About Us</h1>--> <div class="line"> <img src="img/about.jpg" title="" alt=""/ style="width:100%"> </div> </header> <div class="section background-white"> <div class="line"> <h1 style="text-align:center">Laboratory Services</h1> <h2>Diagnosis & Tests</h2> <p>Nutri Health System has a certified and registered Class E laboratory by the Kenya Medical Laboratory Technicians and Technologists Board (KMLTTB) that is state of the art to be able to carry out tests accurately, efficiently and give results within the shortest time possible..</p> <p>At Nutri Health system, we have specialized and qualified laboratory personnel to diagnose and test for all ailments, diseases and illnesses.</p> <div class="tab"> <button class="tablinks" onclick="openCity(event, 'haematology')">haematology</button> <button class="tablinks" onclick="openCity(event, 'Microbiology')">Microbiology</button> <button class="tablinks" onclick="openCity(event, 'serology')">serology</button> <button class="tablinks" onclick="openCity(event, 'Biochemistry')">Biochemistry</button> <button class="tablinks" onclick="openCity(event, 'Hormonal Profile')">Hormonal Profile</button> <button class="tablinks" onclick="openCity(event, 'Cancer Screening')">Cancer Screening</button> <button class="tablinks" onclick="openCity(event, 'Diabetes Test')">Diabetes Test</button> <button class="tablinks" onclick="openCity(event, 'Antenatal Profile')">Antenatal Profile</button> </div> <div id="haematology" class="tabcontent active"> <h3>haematology</h3> <p>1.this includes blood tests covering Full Blood Count (RBC, WBC, PLT, HCT, HGB),<br>2. Blood Groupings Test and Rhesus Factor,<br>3. ESR (Erythrocyte Sedimentation Rate),<br>4. HB Electropherosis Test (Sickle Cell Anaemia).</p> </div> <div id="Microbiology" class="tabcontent"> <h3>Microbiology</h3> <p>1.this includes Urinalysis,<br>2. Stool Routine & Occult,<br>3. Culture & Sensitivity Tests,<br>4. High Vaginal Swabs,<br>5. Fungal Infection Test (KOH),<br>6. TB test (ZN Staining),<br>7. Fine Needle Aspiration,<br>8. Immunoglobulin G & E (Allergy Tests),<br>9. C - Reactive Protein (Inflammation Test),<br>10. Semen Analysis (Viscosity, Mobility, Mortility, Count).</p> </div> <div id="serology" class="tabcontent"> <h3>serology</h3> <p>1.this includes tests covering HIV (I & II test),<br>2. Hepatitis B Surface Antigen (HBsAg),<br>3. Widal Test for Typhoid,<br>4. BS for MPS (Malaria Test),<br> 5. Brucella Test,<br>6. H.Pylori Test,<br>7. Pregnancy Test,<br>8 Rheumatoid Factor (Rheumatoid Arthritis),<br>9. Khan Test (Syphillis),<br>10. CD4/CD8 Count (Immune System Test),<br>11. Viral Loads.</p>.</p> </div> <div id="Biochemistry" class="tabcontent"> <h3>Biochemistry</h3> <p>1.this includes blood tests covering Full Blood Count (RBC, WBC, PLT, HCT, HGB),<br>2. Blood Groupings Test and Rhesus Factor,<br>3. ESR (Erythrocyte Sedimentation Rate),<br>4. HB Electropherosis Test (Sickle Cell Anaemia).</p> </div> <div id="Hormonal Profile" class="tabcontent"> <h3>Hormonal Profile</h3> <p>1.this includes Urinalysis,<br>2. Stool Routine & Occult,<br>3. Culture & Sensitivity Tests,<br>4. High Vaginal Swabs,<br>5. Fungal Infection Test (KOH),<br>6. TB test (ZN Staining),<br>7. Fine Needle Aspiration,<br>8. Immunoglobulin G & E (Allergy Tests),<br>9. C - Reactive Protein (Inflammation Test),<br>10. Semen Analysis (Viscosity, Mobility, Mortility, Count).</p> </div> <div id="Cancer Screening" class="tabcontent"> <h3>Cancer Screening</h3> <p><p>1.this includes tests covering HIV (I & II test),<br>2. Hepatitis B Surface Antigen (HBsAg),<br>3. Widal Test for Typhoid,<br>4. BS for MPS (Malaria Test),<br> 5. Brucella Test,<br>6. H.Pylori Test,<br>7. Pregnancy Test,<br>8 Rheumatoid Factor (Rheumatoid Arthritis),<br>9. Khan Test (Syphillis),<br>10. CD4/CD8 Count (Immune System Test),<br>11. Viral Loads.</p>.</p> </div> <div id="Diabetes Test" class="tabcontent"> <h3>Diabetes Test</h3> <p>1.this includes tests to check on the functionality of the Pancreas.<br>2. These are Glucose Tolerance Test (GTT) and<br> 3. Serum Amylase Test.</p> </div> <div id="Antenatal Profile" class="tabcontent"> <h3>Antenatal Profile</h3> <p>1.this includes tests for expectant women during their gestation period and cover HIV Test,<br>2. Blood Group Test, 3.Khan Test (Syphillis),<br>4. Haemoglobin Test,<br>5. Hepatitis B,<br>6. Urine Test,<br>7. Oestrogen and <br>8.Progesterone Tests</p> </div> <br><br> <!--<h1 style="text-align:center">Laboratory Test Breakdown</h1> <div class="tab"> <button class="tablinks" onclick="openCity(event, 'haematology')">haematology</button> <button class="tablinks" onclick="openCity(event, 'Microbiology')">Microbiology</button> <button class="tablinks" onclick="openCity(event, 'serology')">serology</button> <button class="tablinks" onclick="openCity(event, 'Biochemistry')">Biochemistry</button> <button class="tablinks" onclick="openCity(event, 'Reproductive')">Reproductive</button> <button class="tablinks" onclick="openCity(event, 'Diabetes Test')">Diabetes Test</button> <button class="tablinks" onclick="openCity(event, 'Endocrine')">Endocrine</button> <button class="tablinks" onclick="openCity(event, 'Antenatal Profile')">Antenatal Profile</button> </div> <div id="haematology" class="tabcontent active"> <h3>haematology</h3> <p>1.this includes blood tests covering Full Blood Count (RBC, WBC, PLT, HCT, HGB),<br>2. Blood Groupings Test and Rhesus Factor,<br>3. ESR (Erythrocyte Sedimentation Rate),<br>4. HB Electropherosis Test (Sickle Cell Anaemia).</p> </div> <div id="Microbiology" class="tabcontent"> <h3>Microbiology</h3> <p>1.this includes Urinalysis,<br>2. Stool Routine & Occult,<br>3. Culture & Sensitivity Tests,<br>4. High Vaginal Swabs,<br>5. Fungal Infection Test (KOH),<br>6. TB test (ZN Staining),<br>7. Fine Needle Aspiration,<br>8. Immunoglobulin G & E (Allergy Tests),<br>9. C - Reactive Protein (Inflammation Test),<br>10. Semen Analysis (Viscosity, Mobility, Mortility, Count).</p> </div> <div id="serology" class="tabcontent"> <h3>serology</h3> <p>1.this includes tests covering HIV (I & II test),<br>2. Hepatitis B Surface Antigen (HBsAg),<br>3. Widal Test for Typhoid,<br>4. BS for MPS (Malaria Test),<br> 5. Brucella Test,<br>6. H.Pylori Test,<br>7. Pregnancy Test,<br>8 Rheumatoid Factor (Rheumatoid Arthritis),<br>9. Khan Test (Syphillis),<br>10. CD4/CD8 Count (Immune System Test),<br>11. Viral Loads.</p>.</p> </div> <div id="Biochemistry" class="tabcontent"> <h3>Biochemistry</h3> <p>1.this includes blood tests covering Full Blood Count (RBC, WBC, PLT, HCT, HGB),<br>2. Blood Groupings Test and Rhesus Factor,<br>3. ESR (Erythrocyte Sedimentation Rate),<br>4. HB Electropherosis Test (Sickle Cell Anaemia).</p> </div> <div id="Hormonal Profile" class="tabcontent"> <h3>Hormonal Profile</h3> <p>1.this includes Urinalysis,<br>2. Stool Routine & Occult,<br>3. Culture & Sensitivity Tests,<br>4. High Vaginal Swabs,<br>5. Fungal Infection Test (KOH),<br>6. TB test (ZN Staining),<br>7. Fine Needle Aspiration,<br>8. Immunoglobulin G & E (Allergy Tests),<br>9. C - Reactive Protein (Inflammation Test),<br>10. Semen Analysis (Viscosity, Mobility, Mortility, Count).</p> </div> <div id="Cancer Screening" class="tabcontent"> <h3>Cancer Screening</h3> <p><p>1.this includes tests covering HIV (I & II test),<br>2. Hepatitis B Surface Antigen (HBsAg),<br>3. Widal Test for Typhoid,<br>4. BS for MPS (Malaria Test),<br> 5. Brucella Test,<br>6. H.Pylori Test,<br>7. Pregnancy Test,<br>8 Rheumatoid Factor (Rheumatoid Arthritis),<br>9. Khan Test (Syphillis),<br>10. CD4/CD8 Count (Immune System Test),<br>11. Viral Loads.</p>.</p> </div> <div id="Diabetes Test" class="tabcontent"> <h3>Diabetes Test</h3> <p>1.this includes tests to check on the functionality of the Pancreas.<br>2. These are Glucose Tolerance Test (GTT) and<br> 3. Serum Amylase Test.</p> </div> <div id="Antenatal Profile" class="tabcontent"> <h3>Antenatal Profile</h3> <p>1.this includes tests for expectant women during their gestation period and cover HIV Test,<br>2. Blood Group Test, 3.Khan Test (Syphillis),<br>4. Haemoglobin Test,<br>5. Hepatitis B,<br>6. Urine Test,<br>7. Oestrogen and <br>8.Progesterone Tests</p> </div> --> <div id="content"> <div id="post-247" class="247 category-chiropractic-local category-dental-local category-vortala-local syndicated"><div class="entry-content cf" ><h1 style="text-align:center">Laboratory Test Breakdown</h1> <!--<h2>Diagnosis & Tests</h2> <p>Nutri Health System has a certified and registered Class E laboratory by the Kenya Medical Laboratory Technicians and Technologists Board (KMLTTB) that is state of the art to be able to carry out tests accurately, efficiently and give results within the shortest time possible..</p> <p>At Nutri Health system, we have specialized and qualified laboratory personnel to diagnose and test for all ailments, diseases and illnesses.</p> <h3>Some of the tests carried include but not limited to:</h3>--> <div class="border"> <div class="lab1" style=""> <h3>Haematology</h3> <p>Full Blood Count (CBC)<br> Sedimentation Rate (ESR)<br> Indirect Combs Test<br> Sickling Test<br> Blood Grouping Test<br> CRP.</p> </div> <div class="lab1" style="float:left;width:20%"> <h3>Microbiology</h3> <p><p>Urine Analysis<br> Urine Culture & Sensitivity<br> Blood Culture & Sensitivity<br> Throat Culture & Sensitivity<br> ZN Staining<br> Pus Swab Microscopy<br> HVS/ Cervical Swab<br> Ca 19-9<br> Ca 15-3<br> Ca 125<br> AFP<br> FNA<br> CEA<br> VDRL/ RPR<br> Gram Staining<br> Peripheral Blood Film<br> PSA<br> IGG<br> IGE<br> S-Cortisol</p></p> </div> <div class="lab1" style="float:left;width:28%"> <h3>Serology</h3> <p>ASO Test<br> HCV<br> HbSAg<br> HIV I&II Rapid Test<br> HIV Elisa Test<br> HIV Viral Load<br> Herpes Simplex Virus 1&2 IGG<br> CD3/ CD4/ CD8 & WBC & Lymphocytes Count<br> Hepatitis B Viral Load<br> H Pylori Elisa Test<br> Widal Test<br> Brucella Test<br> Rheumatoid Factor</p> </div> <div class="lab1" style="float:left;width:20%"> <h3>Biochemistry</h3> <p>1. Kidney Function Test<br> Urea<br> Creatinine<br> Calcium<br> Potassium<br> Sodium<br> Uric Acid<br> Chloride</p> <p>2. Liver Function Test<br> Albumin<br> ALP<br> Direct Bilirubin<br> Total Protein<br> SGPT<br> SGOT<br> GGT<br> Total Bilirubin</p> <p>3. Lipid Profile - Cholesterol Test<br> LDL<br> HDL<br> Tryglycerides<br> Total Cholesterol.</p> </div> </div><br> <div class="border" style="border:1px solid #000;width:100%;height:450px;padding:20px;"> <div class="lab1" style="float:left;"> <h3>Reproductive</h3> <p>Lutenizing Hormone<br> Progesterone<br> Prolactin<br> Follicle Stimulating Hormone<br> Testosterone<br> Estradiol<br> Semen Analysis<br> Semen Analysis Culture & Sensitivity</p> </div> <div class="lab1" style="float:left;"> <h3>Diabetes Test</h3> <p>Glucose Tolerance Test<br> Hb1Ac<br> S-Amylase</p> </div> <div class="lab1" style="float:left;"> <h3>Endocrine</h3> <p>Thyroid Function Test<br> Free T3<br> Free T4<br> TSH</p> </div> <!--<div class="lab1" style="float:left;width:50%"> <h3>Antenaatal Profile</h3> <p>1.this includes tests for expectant women during their gestation period and cover HIV Test,<br>2. Blood Group Test, 3.Khan Test (Syphillis),<br>4. Haemoglobin Test,<br>5. Hepatitis B,<br>6. Urine Test,<br>7. Oestrogen and <br>8.Progesterone Tests</p> </div>--> </div> </article> <script> function openCity(evt, cityName) { var i, tabcontent, tablinks; tabcontent = document.getElementsByClassName("tabcontent"); for (i = 0; i < tabcontent.length; i++) { tabcontent[i].style.display = "none"; } tablinks = document.getElementsByClassName("tablinks"); for (i = 0; i < tablinks.length; i++) { tablinks[i].className = tablinks[i].className.replace(" active", ""); } document.getElementById(cityName).style.display = "block"; evt.currentTarget.className += " active"; } </script> </main> <!-- FOOTER --> <footer> <!-- Social --> <!-- Main Footer --> <section class="section background-dark"> <div class="line"> <div class="margin"> <!-- Collumn 1 --> <div class="s-12 m-12 l-4 margin-m-bottom-2x"> <h4 class="text-uppercase text-strong">Quick Links</h4> <li><a href="index.php">Home</a></li> <li><a href="about.php">About</a></li> <li><a href="healthy.php">Healthy Life</a></li> <li><a href="consultation.php">Services</a></li> <!--<li><a href="blog.php">Blog</a></li>--> <li><a href="contact.php">Contact</a></li> <ul> </div> <div class="s-12 m-12 l-4 margin-m-bottom-2x"> <h4 class="text-uppercase text-strong">Useful Links</h4> <ul> <li><a href="privacy.php" title="Privacy Policy" alt="Privacy Policy">Privacy Policy</a></li> <li><a href="terms.php" title="Terms and Conditions" alt="Terms and Conditions">Terms and Conditions</a></li> <li><a href="subscribe.php" title="Subscribe" alt="Subscribe">Subscribe</a></li> <li><a href="unsubscribe.php" title="Unsubscribe" alt="Unsubscribe">Unsubscribe</a></li> </ul> <ul> </div> <!-- Collumn 2 --> <div class="s-12 m-12 l-4 margin-m-bottom-2x"> <h4 class="text-uppercase text-strong">Contact Us</h4> <div class="line"> <div class="s-1 m-1 l-1 text-center"> <i class="icon-placepin text-primary text-size-12"></i> </div> <div class="s-11 m-11 l-11 margin-bottom-10"> <p><b>312 Main St,</b><br><b> North Little Rock, AR 72114, USA</b></p> </div> </div> <div class="line"> <div class="s-1 m-1 l-1 text-center"> <i class="icon-mail text-primary text-size-12"></i> </div> <div class="s-11 m-11 l-11 margin-bottom-10"> <p><a href="/" class="text-primary-hover"><b>E-mail:</b> contact@nutrihealthsystem.com</a></p> </div> </div> <div class="line"> <div class="s-1 m-1 l-1 text-center"> <i class="icon-smartphone text-primary text-size-12"></i> </div> <div class="s-11 m-11 l-11 margin-bottom-10"> <p><b>Phone:</b> +501-916-2649</p> </div> </div> </div> </div> </div> </section> <hr class="break margin-top-bottom-0" style="border-color: #fff;"> <!-- Bottom Footer --> <section class="padding background-dark" style="text-align:center"> <img src="img/nut.png" title="foot-logo" alt=""> <a href="http://www.nutrihealthsystem.com" title="Nutri Health System" alt="">Nutri Health System © 2019. All rights reserved.</a> </section> </footer> <script type="text/javascript" src="js/responsee.js"></script> <script type="text/javascript" src="owl-carousel/owl.carousel.js"></script> <script type="text/javascript" src="js/template-scripts.js"></script> </body> </html>
Save