Difference between revisions of "Widget:Homepage"

From LINKS Community Center
Jump to: navigation, search
Line 105: Line 105:
 
     <script>
 
     <script>
 
         console.log('test test')
 
         console.log('test test')
 +
        $.getJSON("/api.php?action=query&list=allimages&aifrom=B", function(data) {
 +
            console.log(data)
 +
        });
 
     </script>
 
     </script>
 
     <div id="hp-wrapper">
 
     <div id="hp-wrapper">

Revision as of 16:22, 1 June 2022

Development verstion of the DCT Homepage.
Not ready for production!