forked from jsdelivr/bootstrapcdn
-
Notifications
You must be signed in to change notification settings - Fork 1
/
terms.html
45 lines (32 loc) · 2.25 KB
/
terms.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?php
include 'inc/head.min.inc';
include 'inc/nav.min.inc';
?>
<!-- Uptime -->
<div class="main">
<div class="container">
<div class="row-fluid">
<div class="span12">
<div class="tabbable">
<ul class="nav nav-tabs">
<li class="active"><a href="#popular" data-toggle="tab">Terms of Use</a></li>
</ul>
</div>
<div class="tab-content" style="padding: 10px;">
<div class="tab-pane active" id="popular">
<h2>ACCEPTANCE OF TERMS.</h2>
<p>The services that NetDNA provides to you are subject to the following Terms of Use ("TOU"). NetDNA reserves the right to update the TOU at any time without notice to you. The most current version of the TOU can be reviewed by clicking on the "Terms of Use" hypertext link located at the bottom of our Web pages.</p>
<h2>NO UNLAWFUL OR PROHIBITED USE.</h2>
<p>As a condition of your use of this Service, you will not use this free service for any purpose that is unlawful or prohibited by these terms, conditions, and notices. You may not use this free service in any manner that could damage, disable, overburden, or impair any NetDNA server, or the network(s) connected to any NetDNA server, or interfere with any other party's use and enjoyment of any Services. You may not attempt to gain unauthorized access to computer systems or networks connected to any NetDNA server or to any of the Services, through hacking, password mining or any other means. You may not obtain or attempt to obtain any materials or information through any means not intentionally made available through this free Service.</p>
<h2>PERSONAL, COMMERCIAL & NON-COMMERCIAL USE.</h2>
<p>This free service is available for Personal, Commercial & Non-Commercial use. <b>We reserve the right to display the Trademarked logos of those Commercial and/or Non-Profit Institutions on any page of this site as well as <a href="http://blog.netdna.com/opensource/bootstrapcdn/">the blog</a> which is hosted on blogger.com aka blogspot.com.</b> If you are no longer using this Service and wish that your logo be removed please email support-at-bootstrapcdn.com.</p>
</div>
</div>
</div>
</div>
</div> <!-- /container -->
</div>
</div>
<?php
include 'inc/footer.min.inc';
?>