Added index.html for Github Pages

This commit is contained in:
Lint 2019-02-20 01:18:12 +05:30 committed by GitHub
parent 690f7e0f48
commit b77e0d509e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

22
index.html Normal file
View file

@ -0,0 +1,22 @@
<!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">
<title>Free for developers</title>
<link rel="stylesheet" href="//unpkg.com/docsify/themes/vue.css">
</head>
<body>
<div id="app">Loading...</div>
<script>
window.$docsify = {
name: 'Free for developers',
repo: 'ripienaar/free-for-dev',
search: ['/']
}
</script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
<script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script>
</body>
</html>