File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -450,6 +450,14 @@ <h1 class="post-title">Integer Sequences and LODA Programs</h1>
450450 pariButtonsContainer . id = pariButtonsId ;
451451 pariButtonsContainer . className = CSS_CLASSES . PROGRAM_BUTTONS ;
452452
453+ // Add "Try it out" button for PARI
454+ const pariTryButton = document . createElement ( 'a' ) ;
455+ pariTryButton . className = CSS_CLASSES . LODA_BUTTON_SECONDARY ;
456+ pariTryButton . href = 'https://pari.math.u-bordeaux.fr/gp.html' ;
457+ pariTryButton . target = '_blank' ;
458+ pariTryButton . textContent = 'Try it out' ;
459+ pariButtonsContainer . appendChild ( pariTryButton ) ;
460+
453461 const pariCopyButton = document . createElement ( 'button' ) ;
454462 pariCopyButton . className = CSS_CLASSES . LODA_BUTTON + ' copy' ;
455463 pariCopyButton . textContent = 'Copy' ;
You can’t perform that action at this time.
0 commit comments