Widget: Homepage: Difference between revisions
From LINKS Community Center
Eschmidt (talk | contribs) No edit summary |
Eschmidt (talk | contribs) No edit summary |
||
Line 249: | Line 249: | ||
background-color: #f8f9fa; | background-color: #f8f9fa; | ||
width: 20vw; | width: 20vw; | ||
min-width: 12em; | |||
height: 50vh; | height: 50vh; | ||
border-radius: 15px; | border-radius: 15px; | ||
Line 597: | Line 598: | ||
}); | }); | ||
const url = 'http://192.168.100.172: | const url = 'http://192.168.100.172:443'; | ||
fetch(url, { method: 'HEAD' }) | fetch(url, { method: 'HEAD' }) | ||
.then(response => { | .then(response => { |
Revision as of 17:16, 29 April 2024
Second version of the LINKS Community Center homepage.
Do not modify!