|
14 | 14 | <link rel="manifest" href="manifest.json" /> |
15 | 15 |
|
16 | 16 | <!-- YASGUI CSS --> |
17 | | - <link rel=" stylesheet" href=" https://cdn.jsdelivr.net/npm/@matdata/[email protected].3/build/yasgui.min.css" > |
| 17 | + <link rel=" stylesheet" href=" https://cdn.jsdelivr.net/npm/@matdata/[email protected].4/build/yasgui.min.css" > |
18 | 18 |
|
19 | 19 | <!-- Font Awesome for icons --> |
20 | 20 | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> |
|
27 | 27 |
|
28 | 28 | <body> |
29 | 29 | <noscript>You need to enable JavaScript to run this app.</noscript> |
30 | | - |
31 | | - <!-- Header with logo --> |
32 | | - <div id="header"> |
33 | | - <img id="logo" src="logo.svg" alt="Matdata Logo"> |
34 | | - </div> |
35 | | - |
| 30 | + |
36 | 31 | <!-- YASGUI container --> |
37 | 32 | <div id="yasgui"></div> |
38 | 33 |
|
39 | 34 | <!-- YASGUI JavaScript --> |
40 | | - <script src=" https://cdn.jsdelivr.net/npm/@matdata/[email protected].3/build/yasgui.min.js" ></script> |
| 35 | + <script src=" https://cdn.jsdelivr.net/npm/@matdata/[email protected].4/build/yasgui.min.js" ></script> |
41 | 36 |
|
42 | 37 | <!-- vis-network (required dependency) --> |
43 | 38 | <script src=" https://unpkg.com/[email protected]/standalone/umd/vis-network.min.js" ></script> |
|
46 | 41 | <script src="main.js"></script> |
47 | 42 |
|
48 | 43 | <div id="footer"> |
49 | | - <small>Source code available on <a href="https://github.com/Matdata-eu/yasgui-matdata">Matdata-eu/yasgui-matdata</a> |
50 | | - using <a href="https://github.com/Matdata-eu/yasgui">Matdata-eu/yasgui</a> with credits to <a href="https://github.com/zazuko/yasgui">Zazuko/Yasgui</a>, |
51 | | - <a href="https://github.com/triplydb/Yasgui">TriplyDB/Yasgui</a>, <a href="https://github.com/Thib-G/yasgui-plugin-geo">Thib-G/yasgui-plugin-geo</a> |
52 | | - and <a href="https://github.com/Matdata-eu/yasgui-graph-plugin">Matdata-eu/yasgui-graph-plugin</a></small> |
| 44 | + <a href="https://matdata.eu/" target="_blank" rel="noopener noreferrer" class="footer-left"> |
| 45 | + <img id="logo" src="logo.svg" alt="Matdata Logo"> |
| 46 | + </a> |
| 47 | + <div class="footer-center"> |
| 48 | + <small>Source code available on <a href="https://github.com/Matdata-eu/yasgui-matdata">Matdata-eu/yasgui-matdata</a> |
| 49 | + using <a href="https://github.com/Matdata-eu/yasgui">Matdata-eu/yasgui</a> with credits to <a href="https://github.com/zazuko/yasgui">Zazuko/Yasgui</a>, |
| 50 | + <a href="https://github.com/triplydb/Yasgui">TriplyDB/Yasgui</a>, <a href="https://github.com/Thib-G/yasgui-plugin-geo">Thib-G/yasgui-plugin-geo</a> |
| 51 | + and <a href="https://github.com/Matdata-eu/yasgui-graph-plugin">Matdata-eu/yasgui-graph-plugin</a></small> |
| 52 | + </div> |
53 | 53 | </div> |
54 | 54 | </body> |
55 | 55 |
|
|
0 commit comments