Loading screen for API initialisation.
Loading MediSphere…
Making sure your medication information is up to date
<div class="font-whitney w-full bg-mm-purple-800 px-5 md:px-8 lg:px-16 py-60">
<div class="flex flex-col justiyf-center w-full max-w-2xl mx-auto text-center">
<img class="block w-14 h-auto mx-auto mb-4" src="/static/loading.svg">
<p class="text-white">
<span class="font-semibold">Loading MediSphere…</span><br>
Making sure your medication information is up to date
</p>
</div>
</div>