CINXE.COM
Tiny terms of service (TOS)
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="Tiny url filtering service for UCSF terms of service"> <meta name="author" content="Anesthesia IT (AIT)"> <link rel="icon" href="favicon.ico"> <title>Tiny terms of service (TOS)</title> <link href="css/bootstrap.min.css" rel="stylesheet"> </head> <body> <div class="navbar navbar-inverse navbar-fixed-top" role="navigation"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="#">Tiny</a> </div> <div class="navbar-collapse collapse"> <ul class="nav navbar-nav"> <li><a href="index.php">Home</a></li> <li><a href="about.php">About</a></li> <li><a href="faq.php">FAQ</a></li> <li class="active"><a href="#">Terms of service</a></li> </ul> </div> </div> </div> <div class="jumbotron" style=" text-align: center "> <img height="200" src="images/tiny-logo.svg" alt="tiny logo"> <div class="container"> <p>Short and to the point.</p> <hr> </div> </div> <div class="container"> <div class="row"> <h2>Terms of Service</h2> <h2>Links</h2> <p>Shortened links are provided for your convenience and reference only. tiny.ucsf.edu does not control the sites and is not responsible for content or site changes. </p> <p>Links reported to contain spam, malware or any other content deemed unsafe may be removed without warning. </p> <h2>Disclaimers</h2> <p>tiny.ucsf.edu is not responsible for any incorrect or inaccurate content posted on the site regardless of the cause or source, or for the conduct, online or offline, of any user of the site. Without limiting the above, tiny.ucsf.edu assumes no responsibility for:</p> <ul> <li>any error, omission, interruption, deletion, defect, delay, communications failure, theft or destruction or unauthorized access to, or alteration of, user postings or communications</li> <li>the accuracy, integrity, completeness, or quality of any information, outputs or content available from or through the site; rather, responsibility for verification resides with the user of the information, output or content.</li> <li>problems with telephone lines, computer systems, third party providers, or any technical problems or traffic congestion on the Internet or any website</li> <li>injury or damage to users' or other persons' computers or networks resulting from participating or downloading materials in connection with the site</li> </ul> </div> <hr> <footer> <p>© 2023 UCSF IT Web Services</p> </footer> </div> <script src="js/jquery-1.11.1.min.js"></script> <script src="js/bootstrap.min.js"></script> </body> </html>