1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2024-11-24 08:12:38 +02:00
imgproxy/docs/index.html
2019-09-19 21:05:21 +06:00

45 lines
1.9 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>imgproxy documentation</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta name="description" content="Fast and secure standalone server for resizing and converting remote images" />
<meta itemprop="name" content="imgproxy documentation" />
<meta itemprop="description" content="Fast and secure standalone server for resizing and converting remote images" />
<meta property="og:title" content="imgproxy documentation" />
<meta property="og:description" content="Fast and secure standalone server for resizing and converting remote images" />
<meta property="og:site_name" content="imgproxy documentation" />
<meta name="keywords" content="image, resize-images, crop-image, microservice, docker, jpeg, png, libvips" />
<meta name="theme-color" content="#000000" />
<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>
<link href="https://fonts.googleapis.com/css?family=Fira+Mono|Roboto:400,700&display=swap" rel="stylesheet">
</body>
</html>