mirror of
https://github.com/joaovitoriasilva/endurain.git
synced 2026-05-03 03:00:41 -04:00
16 lines
739 B
PHP
Executable File
16 lines
739 B
PHP
Executable File
<!-- Footer -->
|
|
<footer class="border-top py-3 my-4 bg-body-tertiar">
|
|
<p class="text-center text-muted"><!--©
|
|
<?php if (date("Y") == 2023) {
|
|
echo date("Y");
|
|
} else { ?>2023 -
|
|
<?php echo date("Y");
|
|
} ?>--> Endurain • <a href="https://github.com/joaovitoriasilva/endurain"
|
|
role="button"><i class="fa-brands fa-github"></i></a> • <i class="fa-brands fa-mastodon"></i> • v0.1.2
|
|
</p>
|
|
<p class="text-center text-muted"><img src="../img/strava/api_logo_cptblWith_strava_horiz_light.png"
|
|
alt="Compatible with STRAVA image" height="25" /></p>
|
|
</footer>
|
|
</body>
|
|
|
|
</html>
|