1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-09-03 05:12:43 +02:00

Update index.html

This commit is contained in:
Mike Kamermans
2017-02-05 11:41:48 -08:00
committed by GitHub
parent e8519a3ae6
commit d385ec1062

View File

@@ -27,8 +27,6 @@
<link rel="stylesheet" href="stylesheets/style.css"> <link rel="stylesheet" href="stylesheets/style.css">
</head> </head>
<body> <body>
<!-- in page localization -->
<script src="https://localize-bezierinfo.herokuapp.com/pontoon.js"></script>
<div class="dev"> <div class="dev">
<style> <style>
@@ -171,6 +169,9 @@
</div> </div>
</article> </article>
<!-- in page localization -->
<script src="https://localize-bezierinfo.herokuapp.com/pontoon.js"></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>
</body> </body>