1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-03-22 20:21:28 +02:00
imgproxy/docs/index.html
2019-09-18 18:59:04 +06:00

37 lines
1.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Description">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="assets/theme.css">
<link rel="stylesheet" href="assets/style.css">
</head>
<body>
<div id="app">
<div class="loading">
<div class="loading__spinner"></div>
</div>
</div>
<script>
window.$docsify = {
name: '<img style="width:90%" title="imgproxy logo" src="/assets/logo.svg" >',
repo: 'https://github.com/imgproxy',
loadSidebar: true,
subMaxLevel: 2,
auto2top: true,
search: {
namespace: 'docs-imgproxy',
depth: 6
}
}
</script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify-themeable@0"></script>
<script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script>
<script src="//unpkg.com/docsify-pagination/dist/docsify-pagination.min.js"></script>
</body>
</html>