bling/docs/index.html

26 lines
742 B
HTML
Raw Normal View History

2021-02-14 00:57:52 +01:00
<!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, initial-scale=1.0, minimum-scale=1.0">
2021-02-16 11:47:43 +01:00
<link rel="stylesheet" href="//unpkg.com/docsify/themes/vue.css">
2021-02-14 00:57:52 +01:00
</head>
<body>
<div id="app"></div>
<script>
window.$docsify = {
2021-02-16 11:47:43 +01:00
name: 'bling',
repo: 'https://github.com/Nooo37/bling',
loadSidebar: true,
subMaxLevel: 3
2021-02-14 00:57:52 +01:00
}
</script>
<!-- Docsify v4 -->
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
2021-02-16 11:47:43 +01:00
<script src="//unpkg.com/prismjs/components/prism-lua.js"></script>
2021-02-14 00:57:52 +01:00
</body>
</html>