-
Notifications
You must be signed in to change notification settings - Fork 342
/
index.html
55 lines (52 loc) · 2.05 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Description">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta name="keywords" content="doc,docs,documentation,gitbook,creator,generator,github,jekyll,github-pages">
<meta name="description" content="Web3 resources documentataion">
<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="//cdn.jsdelivr.net/npm/docsify/themes/vue.css">
<link
rel="stylesheet"
href="//cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/dist/style.min.css"
title="docsify-darklight-theme"
type="text/css"
/>
<link rel="stylesheet" href="css/style.css">
<title>Blockchain Development Resources</title>
</head>
<body>
<noscript>
This page requires JavaScript to work, please enable it or just read it on <a href="https://github.com/frankiefab100/Blockchain-Development-Resources">Here</a>.
</noscript>
<div id="app">Loading Web3 Learning Resources...</div>
<script>
window.$docsify = {
name: 'Blockchain Development Resources',
repo: 'frankiefab100/Blockchain-Development-Resources',
search: ['/'],
plugins: [
function(hook) {
var footer = [
'<footer style="text-align: center;margin-top: 50px;">',
'<span> © 2022 Blockchain Development Resources </span>',
'</footer>'
].join('');
hook.afterEach(function(html) {
return html + footer;
});
}
],
}
</script>
<script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/search.min.js"></script>
<script
src="//cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/dist/index.min.js"
type="text/javascript">
</script>
</body>
</html>