-
Notifications
You must be signed in to change notification settings - Fork 12
/
index.html
33 lines (31 loc) · 1.45 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Nobackend Website</title>
</head>
<body>
<div>
<iframe src="https://ghbtns.com/github-btn.html?user=JimmyLv&repo=nobackend.website&type=star&count=true" frameborder="0" scrolling="0" width="170px" height="20px"></iframe>
<iframe src="https://ghbtns.com/github-btn.html?user=JimmyLv&repo=nobackend.website&type=watch&count=true&v=2" frameborder="0" scrolling="0" width="170px" height="20px"></iframe>
<iframe src="https://ghbtns.com/github-btn.html?user=JimmyLv&repo=nobackend.website&type=fork&count=true" frameborder="0" scrolling="0" width="170px" height="20px"></iframe>
<iframe src="https://ghbtns.com/github-btn.html?user=JimmyLv&type=follow&count=true" frameborder="0" scrolling="0" width="170px" height="20px"></iframe>
</div>
<div style="margin-top: 100px; margin-bottom: 100px;">
<ol>
<li><a href="_ng">Version 1 powered by Angular 1.x (Finished...)</a></li>
<li><a href="_vue">Version 2 powered by Vue (Working...)</a></li>
<li><a href="_react">Version 3 powered by React (In Progress...)</a></li>
</ol>
</div>
<div id="disqus_thread"></div>
<script>
(function () { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = '//nobackend-website.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
</body>
</html>