firgk hai 2 meses
pai
achega
5e6cbc9d63
Modificáronse 2 ficheiros con 19 adicións e 2 borrados
  1. 0 2
      README.md
  2. 19 0
      index.html

+ 0 - 2
README.md

@@ -26,8 +26,6 @@
 (mysql.md) [text]
 (nginx.md) [text]
 (others.md) [text]
-(pull.bat) [text]
-(push.bat) [text]
 (python-flask.md) [text]
 (python.md)[text]
 (redis.md) [text]

+ 19 - 0
index.html

@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<html>
+<head>
+  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+  <meta name="viewport" content="width=device-width,initial-scale=1">
+  <meta charset="UTF-8">
+  <link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/themes/vue.css">
+</head>
+<body>
+  <div id="app"></div>
+  <script>
+    window.$docsify = {
+      //...
+    }
+  </script>
+  <script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>
+</body>
+</html>
+