Welcome to mirror list, hosted at ThFree Co, Russian Federation.

disqus.html « chrome « layouts - github.com/AlexFinn/simple-a.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f26e3322d4ee696854308ad9036459cec100dae6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<div class="row">
    <div class="small-offset-1 small-10 columns">
        <div id="disqus_thread"></div>
            <script type="text/javascript">                        
                var disqus_shortname = 'shortname'; 
                var disqus_developer = 1;
            </script>

            <script type="text/javascript" src="http://disqus.com/forums/antzucaro/embed.js"></script>
            <noscript><a href="http://antzucaro.disqus.com/?url=ref">View the discussion thread.</a></noscript><a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>
        </div>
    </div>

    <!-- END DISQUS -->