forked from bton/matekasse
28 lines
No EOL
849 B
HTML
28 lines
No EOL
849 B
HTML
<html>
|
|
|
|
<head>
|
|
<title>Documentation</title>
|
|
<link rel="stylesheet" type="text/css" href="documentation.css">
|
|
<link rel="shortcut icon" type="Logo/png" href="ccc_logo.png"/>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="Infos">
|
|
<p> <a href="/">index page</a> | <a href="/list">user and tag list</a></p>
|
|
</div>
|
|
<h1 class="header"> <u>Documentation</u> </h1>
|
|
<p> </p>
|
|
<div id="text">
|
|
<h2>API:</h2>
|
|
<h2>Error Codes:</h2>
|
|
<p>170: Tag already exists</p>
|
|
<p>054: Tag does not exists</p>
|
|
<p>757: Usere already exists</p>
|
|
<p>043: User does not exists</p>
|
|
<p>352: Timeout</p>
|
|
<p>095: Input is not a Number</p>
|
|
<P>418: I'm a teapot</P>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |