mirror of
https://github.com/rclone/rclone.git
synced 2025-01-11 16:58:24 +01:00
16 lines
731 B
HTML
16 lines
731 B
HTML
<footer>
|
|
<div class="row">
|
|
<div class="col-md-10">
|
|
<div class="card card-body">
|
|
<p style="font-size: 90%;">
|
|
© <a href="https://www.craig-wood.com/nick/">Nick Craig-Wood</a> 2014-{{ now.Format "2006" }}<br>
|
|
Website hosted on a <a href="https://www.memset.com/dedicated-servers/vps/"><span style="font-weight: bold; font-family: arial black, arial, sans-serif; font-style: italic;">MEMSET CLOUD VPS</span></a>,
|
|
uploaded with <a href="https://rclone.org">rclone</a>
|
|
and built with <a href="https://github.com/spf13/hugo">Hugo</a>.
|
|
Logo by <a href="https://twitter.com/andy23">@andy23</a>.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</footer>
|