fetch web page

This commit is contained in:
jbowdre 2024-03-08 00:06:31 +00:00 committed by github-actions[bot]
parent 2fe0b23a8a
commit 366f40c738
3 changed files with 3 additions and 0 deletions

View file

@ -50,3 +50,4 @@ button.tinylytics_kudos:hover {
transform: scale(1.1); transform: scale(1.1);
text-shadow: var(--off-fg) 0 0 1px; text-shadow: var(--off-fg) 0 0 1px;
} }

1
web.md
View file

@ -53,3 +53,4 @@ I write code to make imaginary computers run code written by less imaginary deve
- <i>as of <span id="time"></span></i> {clock} - <i>as of <span id="time"></span></i> {clock}

View file

@ -121,3 +121,4 @@ fetch(wx_endpoint)
document.getElementsByClassName('fa-arrow-right-long')[0].classList = CLASS_MAP_PRESS[pressureTrend]; document.getElementsByClassName('fa-arrow-right-long')[0].classList = CLASS_MAP_PRESS[pressureTrend];
}); });
</script> </script>