Skip to content

Commit 7fc80a6

Browse files
authored
Update privasy.html
1 parent 956eb06 commit 7fc80a6

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

privasy.html

+23
Original file line numberDiff line numberDiff line change
@@ -270,5 +270,28 @@ <h1>Contact Us</h1>
270270
<p>By mail: 987 AWDEV LTD - CORPORATION - CENTRAL JAVA , ID</p>
271271
</li>
272272
</ul>
273+
<div id="disqus_thread"></div>
274+
<script>
275+
/**
276+
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
277+
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables */
278+
/*
279+
var disqus_config = function () {
280+
this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable
281+
this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
282+
};
283+
*/
284+
(function() { // DON'T EDIT BELOW THIS LINE
285+
var d = document, s = d.createElement('script');
286+
s.src = 'https://awdevgithub.disqus.com/embed.js';
287+
s.setAttribute('data-timestamp', +new Date());
288+
(d.head || d.body).appendChild(s);
289+
})();
290+
</script>
291+
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
292+
293+
294+
<script id="dsq-count-scr" src="//awdevgithub.disqus.com/count.js" async></script>
295+
273296
</body>
274297
</html>

0 commit comments

Comments
 (0)