1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-09-03 13:23:27 +02:00

Update index.html

This commit is contained in:
Mike Kamermans
2016-02-01 10:32:13 -08:00
parent d1bb13e51d
commit 98193a05ad

View File

@@ -68,10 +68,15 @@
</div> </div>
</article> </article>
<div id="disqus_thread"></div>
<!-- referral tracking, because I like knowing who's linking to my book --> <!-- referral tracking, because I like knowing who's linking to my book -->
<script src="lib/site/referrer.js" async></script> <script src="lib/site/referrer.js" async></script>
<!-- the actual article is a JS bundle --> <!-- the actual article is a JS bundle -->
<script src="article.js" async></script> <script src="article.js" async></script>
<!-- Disqus commenting -->
<script src="lib/site/disqus.js"></script>
</body> </body>
</html> </html>