minecraft-launcher-docs/docs/index.html

34 lines
976 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Minecraft Batch Launcher</title>
<link rel="icon" href="_media/favicon.ico" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Description">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/lib/themes/buble.css">
</head>
<body>
<div id="app">Loading...</div>
<script>
window.$docsify = {
name: 'Minecraft Batch Launcher',
basePath: 'https://me.a2s.su/minecraft-launcher/',
repo: 'https://git.a2s.su/iiiypuk/minecraft-launcher',
coverpage: true,
onlyCover: true,
loadNavbar: true,
mergeNavbar: true,
loadSidebar: true,
subMaxLevel: 2,
auto2top: true
}
</script>
<!-- Docsify v4 -->
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
<script src="//unpkg.com/prismjs/components/prism-batch.min.js"></script>
</body>
</html>