feedizer/cmd/feedizer/internal/templates/pages/tos.html

26 lines
503 B
HTML

<!DOCTYPE html>
<html lang='en'>
<head>
{{ template "partials/head" . }}
</head>
<body>
{{ template "partials/header" . }}
<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>
<p>
TBD
</p>
</div>
</div>
{{ template "partials/footer" . }}
</body>
</html>