2022-07-08 10:34:34 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<title>NeoFS REST GW</title>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/@webcomponents/webcomponentsjs@2/webcomponents-loader.min.js"></script>
|
|
|
|
<script type="module" src="https://cdn.jsdelivr.net/gh/zerodevx/zero-md@1/src/zero-md.min.js"></script>
|
2022-07-12 07:31:06 +00:00
|
|
|
<zero-md src="docs/docs.md"></zero-md>
|
2022-07-08 10:34:34 +00:00
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|