redux-dynamic-modules/docs/index.html

39 строки
1.5 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Redux Dynamic Modules</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="author" content="Alex Bettadapur, Navneet Gupta (MICROSOFT)">
<meta name="robots" content="index/follow">
<meta name="description" content="A Module System for Redux">
<link rel="canonical" href="https://redux-dynamic-modules.js.org/">
<meta property="og:title" content="Redux Dynamic Modules">
<meta property="og:type" content="Website">
<meta property="og:image" content="https://redux-dynamic-modules.js.org/redux-dynamic-modules.png">
<meta property="og:url" content="https://redux-dynamic-modules.js.org">
<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="//unpkg.com/docsify/lib/themes/vue.css">
<link rel="stylesheet" href="theme.css">
<link rel="icon" type="image/png" href="redux-dynamic-modules.png">
</head>
<body>
<div id="app"></div>
<script>
window.$docsify = {
name: 'Redux Dynamic Modules',
coverpage: true,
loadSidebar: true,
logo: "./redux-dynamic-modules.png",
maxLevel: 4,
repo: 'https://github.com/Microsoft/redux-dynamic-modules',
search: "auto"
}
</script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
<script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script>
</body>
</html>