We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 885c16e commit 2848086Copy full SHA for 2848086
index.md
@@ -4,3 +4,10 @@
4
5
<button onclick="location.href='lang.html'">Langs</button><br>
6
<a href="Root/OpenCreators/OpenCreators.exe">Télécharger OpenCreators</a>
7
+
8
+<div id="like_button_container"></div>
9
10
+<script src="https://unpkg.com/react@16/umd/react.development.js" crossorigin></script>
11
+ <script src="https://unpkg.com/react-dom@16/umd/react-dom.development.js" crossorigin></script>
12
+ <!-- Charge notre composant React -->
13
+ <script src="like_button.js"></script>
0 commit comments