cletus/node_modules/mineflayer/docs/ru/index.html
2025-05-09 15:53:19 -05:00

38 lines
1.4 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Mineflayer - создавайте Майнкрафт ботов с помощью стабильного и высокоуровневого API</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Создавайте Майнкрафт ботов с помощью стабильного и высокоуровневого API">
<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">
<style>
.markdown-section {
max-width:1400px;
}
</style>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-128628977-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-128628977-3');
</script>
</head>
<body>
<div id="app"></div>
<script>
window.$docsify = {
name: 'mineflayer',
repo: 'https://github.com/PrismarineJS/mineflayer',
loadSidebar: true,
subMaxLevel: 2,
auto2top: true
}
</script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
</body>
</html>