-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (33 loc) · 1.14 KB
/
index.html
File metadata and controls
43 lines (33 loc) · 1.14 KB
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
<html>
<head>
<title>CodeRockets</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="logo">
<img src="https://avatars1.githubusercontent.com/u/10956725" />
</div>
<div class="content">
<img src="images/sh1.png" class="product" />
</div>
<div class="comments">
<div class="inner">
<div id="disqus_thread"></div>
<script>
var disqus_config = function () {
this.page.url = document.location.href; // Replace PAGE_URL with your page's canonical URL variable
this.page.identifier = "coderockets"; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
};
(function() {
var d = document, s = d.createElement('script');
s.src = '//coderockets.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
</div>
</div>
<script id="dsq-count-scr" src="//coderockets.disqus.com/count.js" async></script>
</body>
</html>