UNPKG

ibag

Version:

A visual, fast, and customizable front-end scaffolding.

45 lines (42 loc) 1.33 kB
<!DOCTYPE html> <html lang="ch"> <head> <meta charset="UTF-8"> <title>ibag</title> <meta name="baidu-site-verification" content="code-8ewTHq8BnK" /> <meta name="google-site-verification" content="A1khUyR3mZ2SNKsRy7LbH_n_Sqo8u_kPB2PE1TuKrj4" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta name="description" content="Description"> <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"> </head> <body> <div id="app">Loading……</div> <script> window.$docsify = { repo: "https://github.com/827652549/ibag", name: "ibag", nameLink: "https://github.com/827652549/ibag", coverpage: true, loadNavbar: true, loadSidebar: true, autoHeader: true, auto2top: true, subMaxLevel: 1, // ga: 'UA-161434150-1', mergeNavbar: true, formatUpdated: "{YYYY}/{MM}/{DD} {HH}:{mm}", notFoundPage: "404.md", search: { paths: "auto", placeholder: "🔍 Type to search ", noData: "😞 No Results! ", depth: 6 } }; </script> <script src="//unpkg.com/docsify/lib/docsify.min.js"></script> <script src="//unpkg.com/docsify/lib/plugins/search.js"></script> </body> </html>