idleman 7 months ago
commit
639b2aad21
3 changed files with 25 additions and 0 deletions
  1. 0 0
      .nojekyll
  2. 3 0
      README.md
  3. 22 0
      index.html

+ 0 - 0
.nojekyll


+ 3 - 0
README.md

@@ -0,0 +1,3 @@
+# Hell RDOC !
+
+> Hell this is a fast and furious doc !

+ 22 - 0
index.html

@@ -0,0 +1,22 @@
+<!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">
+  <link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css">
+</head>
+<body>
+  <div id="app"></div>
+  <script>
+    window.$docsify = {
+      name: '',
+      repo: ''
+    }
+  </script>
+  <!-- Docsify v4 -->
+  <script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
+</body>
+</html>