1
0
mirror of https://github.com/JKorf/CryptoExchange.Net synced 2025-06-08 16:36:15 +00:00
This commit is contained in:
JKorf 2024-02-07 16:26:57 +01:00
parent ad28d1e00e
commit 764a56ec7f
2 changed files with 26 additions and 1 deletions

View File

@ -1 +1,13 @@
Test Test
<html>
<head>
</head>
<body>
<ul>
<li><a href="/">Quick start</a></li>
<li><a href="/quickstart.html">Quick start</a></li>
</ul>
<h2>Intro</h2>
</body>
</html>

13
docs/quickstart.html Normal file
View File

@ -0,0 +1,13 @@
<html>
<head>
</head>
<body>
<ul>
<li><a href="/">Quick start</a></li>
<li><a href="/quickstart.html">Quick start</a></li>
</ul>
<h2>Quick start</h2>
</body>
</html>