1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-31 18:50:14 +02:00

add docs first draft

This commit is contained in:
Kushagra Gour
2017-12-13 13:16:19 +05:30
parent e29a9afafc
commit 9e9efc9807
8 changed files with 563 additions and 0 deletions

23
docs/index.html Normal file
View File

@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>web-maker - A blazing fast & offline web playground</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="A blazing fast & offline web playground">
<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="vue.css">
</head>
<body>
<div id="app"></div>
<script>
window.$docsify = {
name: 'Web Maker',
nameLink: '/',
repo: 'https://github.com/chinchang/web-maker',
// loadSidebar: true
}
</script>
<script src="docsify.min.js"></script>
</body>
</html>