28 lines
983 B
HTML
28 lines
983 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Stud.IP JSON:API Documentation (Offline Copy)</title>
|
|
<meta http-equiv="refresh" content="0; url='Stud.IP%20JSON_API%20_%20Stud.IP%20Entwicklung.html'">
|
|
<style>
|
|
body {
|
|
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
|
|
margin: 3rem auto;
|
|
max-width: 640px;
|
|
line-height: 1.5;
|
|
padding: 0 1rem;
|
|
text-align: center;
|
|
}
|
|
a {
|
|
color: #0055aa;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>Stud.IP JSON:API Docs</h1>
|
|
<p>This is an offline mirror of <code>https://docs.gitlab.studip.de/entwicklung/docs/jsonapi/</code>.</p>
|
|
<p>If you are not redirected automatically, <a href="Stud.IP%20JSON_API%20_%20Stud.IP%20Entwicklung.html">open the main documentation page manually</a>.</p>
|
|
<p>You can also serve this directory with <code>python -m http.server</code> and access it via <code>http://localhost:8000/</code>.</p>
|
|
</body>
|
|
</html>
|