openflexure-microscope-server/apidocs/index.html

68 lines
1.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OpenFlexure Microscope Server Developer Documentation</title>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap" rel="stylesheet">
<style>
body {
font-family: 'Open Sans', sans-serif;
background: #fff;
color: #2a2a2a;
margin: 0;
}
.content {
max-width: 700px;
margin: 4rem auto;
padding: 0 1.5rem;
}
.main-content {
max-width: 700px;
padding: 2rem;
}
h1 {
color: #c5247f;
margin-bottom: 0.5rem;
text-align: center;
}
a {
display: block;
margin: 1rem 0;
padding: 0.75rem 1rem;
text-decoration: none;
border: 2px solid #c5247f;
color: #c5247f;
font-weight: 600;
border-radius: 6px;
width: fit-content;
transition: 0.15s ease;
}
a:hover {
background: #c5247f;
color: #fff;
}
</style>
</head>
<body>
<div class="content">
<h1>OpenFlexure Microscope Server Developer Documentation</h1>
<div class="main-content">
<p>Select documentation:</p>
<a href="./http/index.html">HTTP API (Swagger)</a>
<a href="./python/index.html">Python API</a>
</div>
</div>
</body>
</html>