Merms New Website

This commit is contained in:
Olu Amey
2021-05-19 14:36:02 +00:00
commit 685a80769d
288 changed files with 86164 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
<?php
$myfit_items = array(
['Manage Health Plan', '/assets/image/svg/patient.svg', '', '', '/myfit'],
['Usefull Health Tips', '/assets/image/svg/messages.png', '', '', '/myfit'],
['Health Reminders', '/assets/image/svg/clock_refresh.png', '', '', '/myfit'],
['Health Statistics', '/assets/image/svg/dot-chart.png', '', '', '/myfit'],
['Health record with you', '/assets/image/svg/records-everywhere.png', '', '', '/myfit'],
['Share Medical record', '/assets/image/svg/note_new.png', '', '', '/myfit'],
['Quickly Schedule', '/assets/image/svg/calendar.png', '', '', '/myfit'],
['Provider everywhere anywhere ', '/assets/image/svg/graphics-tablet.png', '', '', '/myfit']
);
?>