nodejs-website/pages/health.php

59 lines
1.3 KiB
PHP
Raw Normal View History

#!/usr/bin/php
<!--
Page to provide ways people can support me.
-->
<?php
include "helpers/body_open.php";
?>
<div class="row">
<h1 class="col-12 title">My Health Protocol</h1>
</div>
<div class="row">
<div class="col-12 text">
<p>
Please click the link below to download the PDF:
</p>
<ul class="indent"><li>
<a href="/files/media/documents/HyperlingsHealthProtocol.pdf">
Hyperling's Health Protocol [PDF]
</a>
</li></ul>
<p>
There is also an audio companion which can be found here:
</p>
<ul class="indent"><li>
TBD:
<s><a href=""
target="_blank" rel="noopener noreferrer"
>
Hyperling's Health Protocol [AUDIO] | Odysee
</a></s>
</li></ul>
<ul class="indent"><li>
TBD:
<s><a href=""
target="_blank" rel="noopener noreferrer"
>
Hyperling's Health Protocol [AUDIO] | Modern Day Wizards
</a></s>
</li></ul>
<p>
Curious how I made it? Check out its GitHub project:
</p>
<ul class="indent"><li>
<a href="https://github.com/Hyperling/HealthProtocol"
target="_blank" rel="noopener noreferrer"
>
Hyperling's Health Protocol [CODE] | GitHub
</a>
</li></ul>
</div>
</div>
<?php
include "helpers/body_close.php";
?>