|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | + <head> |
| 4 | + <meta charset="UTF-8" /> |
| 5 | + <title>Helping Hands</title> |
| 6 | + <meta |
| 7 | + name="description" |
| 8 | + content="Documentation for Helping Hand" |
| 9 | + /> |
| 10 | + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> |
| 11 | + <meta name="description" content="Description" /> |
| 12 | + <link rel="icon" href="https://camo.githubusercontent.com/8c42c0356ea7f5ea50c3b4d2804abc44d9fb8851426e76a33d671498ab0d8c07/68747470733a2f2f63646e2e646973636f72646170702e636f6d2f6174746163686d656e74732f3735373631343630343037303238393535382f3736313234333636373030303036363133382f46696e616c5f48485f6c6f676f2e6a7067" /> |
| 13 | + <meta |
| 14 | + name="viewport" |
| 15 | + content="width=device-width, initial-scale=1.0, minimum-scale=1.0" |
| 16 | + /> |
| 17 | + <link |
| 18 | + rel="stylesheet" |
| 19 | + href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css" |
| 20 | + /> |
| 21 | + <script src="//unpkg.com/docsify-edit-on-github/index.js"></script> |
| 22 | + |
| 23 | + <link |
| 24 | + rel="stylesheet" |
| 25 | + href="//cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/dist/style.min.css" |
| 26 | + title="docsify-darklight-theme" |
| 27 | + type="text/css" |
| 28 | + /> |
| 29 | + <style type="text/css"> |
| 30 | + .content { |
| 31 | + overflow: auto; |
| 32 | + } |
| 33 | + :root { |
| 34 | + --accent: var(--theme-color) !important; |
| 35 | + } |
| 36 | + </style> |
| 37 | + </head> |
| 38 | + <body class="ready sticky"> |
| 39 | + <div id="app"></div> |
| 40 | + <script> |
| 41 | + var repo = "https://github.com/HarshCasper/HelpingHand"; |
| 42 | + window.$docsify = { |
| 43 | + name: "Helping Hand", |
| 44 | + repo: repo, |
| 45 | + loadSidebar: true, |
| 46 | + themeColor: "#316ddb", |
| 47 | + pagination: { |
| 48 | + previousText: "Previous", |
| 49 | + nextText: "Next", |
| 50 | + }, |
| 51 | + plugins: [ |
| 52 | + EditOnGithubPlugin.create( |
| 53 | + repo + "/blob/main/docs/", |
| 54 | + null, |
| 55 | + "📝 Edit on GitHub" |
| 56 | + ), |
| 57 | + ], |
| 58 | + }; |
| 59 | + </script> |
| 60 | + <!-- Docsify v4 --> |
| 61 | + <script src="//cdn.jsdelivr.net/npm/docsify@4"></script> |
| 62 | + <script src="https://unpkg.com/docsify-copy-code@2"></script> |
| 63 | + <script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script> |
| 64 | + <script src="//unpkg.com/docsify-pagination/dist/docsify-pagination.min.js"></script> |
| 65 | + <script src="//unpkg.com/docsify/lib/docsify.min.js"></script> |
| 66 | + <script src="//cdn.jsdelivr.net/npm/prismjs/components/prism-bash.min.js"></script> |
| 67 | + <script src="//cdn.jsdelivr.net/npm/docsify-tabs@1/dist/docsify-tabs.min.js"></script> |
| 68 | + <script |
| 69 | + src="//cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/dist/index.min.js" |
| 70 | + type="text/javascript" |
| 71 | + ></script> |
| 72 | + </body> |
| 73 | +</html> |
0 commit comments