feat: add Moondream image analysis application by inlining styles and scripts, and removing dedicated CSS/JS files.

This commit is contained in:
almazlar
2026-02-07 21:38:19 +03:00
parent cdb7a6c8d7
commit b4734c86c9
3 changed files with 115 additions and 46 deletions

View File

@@ -1,6 +0,0 @@
function changeColor() {
const title = document.getElementById('greeting');
const colors = ['#00ff88', '#ff0088', '#0088ff', '#ffff00'];
const randomColor = colors[Math.floor(Math.random() * colors.length)];
title.style.color = randomColor;
}