91 lines
2.1 KiB
PHP
Executable File
91 lines
2.1 KiB
PHP
Executable File
#!/usr/bin/php
|
|
<!--
|
|
Page to provide ways people can support me.
|
|
-->
|
|
<?php
|
|
$GLOBALS["ADVISORY"] = false;
|
|
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 header">
|
|
<p>
|
|
Learn about my 6-pillar definition of Health and receive tips on
|
|
keeping each of them at peak condition. Also contains bonus
|
|
material and an explanation of my healing achievements!
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="row">
|
|
<div class="col-12 text">
|
|
<p>
|
|
Please click the link below to download the 12-page PDF:
|
|
</p>
|
|
<ul class="indent"><li>
|
|
<a href="/files/media/documents/HyperlingsHealthProtocol.pdf">
|
|
[PDF] | Direct Download
|
|
</a>
|
|
</li></ul>
|
|
|
|
<p>
|
|
There is also a 30 minute audio version which can be found here:
|
|
</p>
|
|
<ul class="indent">
|
|
<li>
|
|
<a href="/files/media/documents/HyperlingsHealthProtocol.mp3"
|
|
target="_blank" rel="noopener noreferrer"
|
|
>
|
|
[MP3] | Direct Download
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://odysee.com/@HyperVegan:2/20240307_MyHealthProtocolAudio:1"
|
|
target="_blank" rel="noopener noreferrer"
|
|
>
|
|
[MP3] | Odysee
|
|
</a>
|
|
</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"
|
|
>
|
|
[CODE] | GitHub
|
|
</a>
|
|
</li></ul>
|
|
|
|
<p>
|
|
Related URLs:
|
|
</p>
|
|
<ul class="indent">
|
|
<li>
|
|
<a href="https://odysee.com/@HyperVegan:2/20240306_MyHealthProtocol-Book:9"
|
|
target="_blank" rel="noopener noreferrer"
|
|
>
|
|
Book Release Announcement | Odysee
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://www.drmcdougall.com/education/information/cpb/"
|
|
target="_blank" rel="noopener noreferrer"
|
|
>
|
|
Dr. McDougall's Color Picture Book | DrMcDougall.com
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
<?php
|
|
include "helpers/body_close.php";
|
|
?>
|