-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdiscussion.html
28 lines (24 loc) · 934 Bytes
/
discussion.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
<!doctype html>
<html lang=en>
<head>
<title>Series Next</title>
<meta http-equiv=refresh content=0;url=https://github.com/seriesnext/seriesnext/releases>
</head>
<body>
<h1>Discussion</h1>
<div id="disqus_thread"></div>
<script>
var disqus_config = function () {
this.page.url = "https://seriesnext.org/discussion.html";
this.page.identifier = "seriesnext";
};
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = '//seriesnext.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" rel="nofollow">comments powered by Disqus.</a></noscript>
</body>
</html>