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:
23
docs/index.html
Normal file
23
docs/index.html
Normal 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>
|
Reference in New Issue
Block a user