tos.tmpl 989 B

123456789101112131415161718192021222324
  1. {{template "base/head" .}}
  2. <div id="tos-div">
  3. <div class="ui middle very relaxed page grid">
  4. <div id="about-toc-div">
  5. <h2> Terms of Service </h2>
  6. <a name="toc"></a>
  7. <ul>
  8. <li><a href="{{AppSubURL}}/tos#ToS">Terms of Service</a></li>
  9. </ul>
  10. </div>
  11. <div id="tos-links-div">
  12. <a name="ToS"></a>
  13. <h2> Terms of Service </h2>
  14. <p> We does not claim any ownership of any data uploaded by its users. Using this service does not constitute a transfer of copyrights to us.</p>
  15. <p> use at your own risk </p>
  16. <p> cookies are used to store long-term session data </p>
  17. <p> there is no reasonable expectation of any privacy whatsoever here </p>
  18. <h3> Account deletion </h3>
  19. <p> if there are problems, we'll delete your account without warning </p>
  20. </div>
  21. </div>
  22. </div>
  23. {{template "base/footer" .}}