diff options
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 000000000..c890b95ae --- /dev/null +++ b/docs/index.html | |||
| @@ -0,0 +1,32 @@ | |||
| 1 | <!DOCTYPE html> | ||
| 2 | <html lang="en"> | ||
| 3 | <head> | ||
| 4 | <meta charset="UTF-8"> | ||
| 5 | <title>Document</title> | ||
| 6 | <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> | ||
| 7 | <meta name="description" content="Description"> | ||
| 8 | <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> | ||
| 9 | <link rel="stylesheet" href="qmk.css"> | ||
| 10 | </head> | ||
| 11 | <body> | ||
| 12 | <div id="app"></div> | ||
| 13 | <script> | ||
| 14 | window.$docsify = { | ||
| 15 | name: 'QMK Firmware', | ||
| 16 | nameLink: 'https://qmk.fm/', | ||
| 17 | repo: 'qmk/qmk_firmware', | ||
| 18 | loadSidebar: true, | ||
| 19 | subMaxLevel: 2, | ||
| 20 | auto2top: true, | ||
| 21 | formatUpdated: '{YYYY}/{MM}/{DD} {HH}:{mm}', | ||
| 22 | } | ||
| 23 | </script> | ||
| 24 | <script src="//unpkg.com/docsify/lib/docsify.min.js"></script> | ||
| 25 | <script src="//unpkg.com/docsify/lib/plugins/emoji.min.js"></script> | ||
| 26 | <script src="//unpkg.com/prismjs/components/prism-bash.min.js"></script> | ||
| 27 | <script src="//unpkg.com/prismjs/components/prism-c.min.js"></script> | ||
| 28 | <script src="//unpkg.com/prismjs/components/prism-cpp.min.js"></script> | ||
| 29 | <script src="//unpkg.com/prismjs/components/prism-json.min.js"></script> | ||
| 30 | <script src="//unpkg.com/prismjs/components/prism-makefile.min.js"></script> | ||
| 31 | </body> | ||
| 32 | </html> | ||
