Skip to content

Commit

Permalink
docs: added codefund
Browse files Browse the repository at this point in the history
  • Loading branch information
anikethsaha committed Oct 21, 2019
1 parent eae1223 commit c39ff94
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,21 @@
<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="//unpkg.com/docsify/lib/themes/vue.css">
<script src="//unpkg.com/docsify-plugin-codefund/index.js"></script>
</head>

<body>
<div id="app"></div>
<div id="app">
<img src="https://imgur.com/yr0sfsR.jpeg" alt="LOGO" style='display: "block" ; marginLeft: "auto" ;
marginRight: "auto" ; width: "50%" ' />
</div>
<script>
window.$docsify = {
name: 'MERN',
repo: 'https://github.com/anikethsaha/mern',

plugins: [
DocsifyCodefund.create(527) // change to your codefund id
]
}

</script>
Expand Down

0 comments on commit c39ff94

Please sign in to comment.