File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,11 @@ <h2 id="comment-adresser-ce-besoin">Comment adresser ce besoin ?</h2>
7171< header > < img class ="emoji " draggable ="false " alt ="🔗 " src ="https://cdn.jsdelivr.net/gh/jdecked/twemoji@14.1.2/assets/svg/1f517.svg " data-marp-twemoji =""/> Partagez simplement vos Java CLI Apps</ header >
7272< h2 id ="on-va-vraiment-faire-du-scripting-en-java "> On va vraiment faire du scripting en Java ?</ h2 >
7373< p > < img src ="images/confused.gif " alt ="" style ="width:330px;height:265px; " /> </ p >
74+ < script >
75+ document . querySelector ( 'img[src*="confused.gif"]' ) . onerror = function ( ) {
76+ this . src = 'images/static_confused.gif' ;
77+ } ;
78+ </ script >
7479< p > Avec quel outil ?</ p >
7580< ul >
7681< li data-marpit-fragment ="1 "> < img src ="images/jbang.png " alt ="" style ="width:121px;height:28px; " /> </ li >
You can’t perform that action at this time.
0 commit comments