Skip to content

Commit c74265b

Browse files
committed
fix in termsofuser
1 parent e57989b commit c74265b

File tree

5 files changed

+32
-10
lines changed

5 files changed

+32
-10
lines changed

a.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/v1/index.html

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
</span>
4141
</a>
4242
<div class="tocify-wrapper">
43-
<div style="text-align:center; margin: 20px 0 15px 0"><img src="images/logo.png"></div>
43+
<div style="text-align:center; margin: 20px 0 15px 0"><img src="../../images/logo.png" script="height: 70%; width: 70%;"></div>
4444

4545
<div class="lang-selector">
4646

@@ -63,7 +63,7 @@
6363

6464
<ul class="toc-footer">
6565

66-
<li><a href="https://www.hydrogenplatform.com/sign-up" target="_blank">Sign Up for a Developer Key</a></li>
66+
<li><a href="https://www.hydrogenplatform.com/sign-up" target="_blank">Checkout IpfsCloud</a></li>
6767

6868
</ul>
6969

@@ -75,12 +75,7 @@
7575

7676

7777
<h1 id="Introduction"><a href="#Introduction" class="headerlink" title="Introduction"></a>Introduction</h1><blockquote>
78-
<p>Sandbox Base URL</p>
79-
</blockquote>
80-
<pre><code class="json highlight">https://sandbox.ipfscloud.store
81-
</code></pre>
82-
<blockquote>
83-
<p>Production Base URL</p>
78+
<p>API URL</p>
8479
</blockquote>
8580
<pre><code class="json highlight">https://api.ipfscloud.store
8681
</code></pre>

images/logo.png

4.74 KB
Loading

termsofuse.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,4 +174,3 @@ <h2>Credit & Contact Information</h2>
174174
<script src="scripts/app/app-blog-overview.1.1.0.js"></script>
175175
</body>
176176
</html>
177-
>>>>>>> Stashed changes

test.html

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<html lang="en">
2+
<head>
3+
<meta charset="utf-8">
4+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
5+
6+
<!-- CSS Dependencies -->
7+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
8+
<link rel="stylesheet" href="styles/shards.min.css">
9+
<style>
10+
#c{
11+
background-color: #f8f8f8;
12+
}
13+
#cen{
14+
margin-top: 100px;
15+
}
16+
</style>
17+
</head>
18+
<body id="c">
19+
<center id="cen">
20+
<h1><font color="#0071f7">IpfsCloud</font></h1>
21+
</center>
22+
<!-- Optional JavaScript -->
23+
<!-- JavaScript Dependencies: jQuery, Popper.js, Bootstrap JS, Shards JS -->
24+
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
25+
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
26+
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
27+
<script src="scripts/shards.min.js"></script>
28+
</body>
29+
</html>

0 commit comments

Comments
 (0)