1
0
Fork 0
feedizer-php/htdocs/templates/flatpages/tos.html

13 lines
324 B
HTML
Raw Normal View History

2015-11-13 23:51:46 +01:00
{{extends file="base.html"}}
{{block name=content}}
<div class='row'>
<div class='columns small-12'>
<h2>Terms of Service</h2>
<p>
By using this service, you understand and acknowledge the following terms of service:
</p>
</div>
</div>
{{/block}}