Documentation test
This commit is contained in:
parent
242e3e44b7
commit
880dce48f7
2 changed files with 9 additions and 1 deletions
|
@ -8,6 +8,10 @@ h1{
|
|||
color: rgb(0, 0, 0);
|
||||
}
|
||||
|
||||
h2{
|
||||
font-size: 5em;
|
||||
color: rgb(0, 0, 0)
|
||||
}
|
||||
|
||||
#Infos{
|
||||
color: black;
|
||||
|
|
|
@ -13,7 +13,11 @@
|
|||
<h1 class="header"> <u>Documentation</u> </h1>
|
||||
<p> </p>
|
||||
<div id="text">
|
||||
<p>Documentation</p>
|
||||
<h2>API:</h2>
|
||||
<p>API Documentation:</p>
|
||||
<br></br>
|
||||
<h2>Error Codes:</h2>
|
||||
<p>Error Codes Documentation</p>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
|
|
Loading…
Reference in a new issue