diff options
| author | Fuwn <[email protected]> | 2025-12-02 00:20:51 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-12-02 00:20:51 -0800 |
| commit | ec0ad93b7a6e225671f2f7965ec686f7f423c164 (patch) | |
| tree | 00016ca74589aa79fe98ff30343aeb2eec5813ab | |
| parent | feat(index.html): Restyle (diff) | |
| download | rysk-ec0ad93b7a6e225671f2f7965ec686f7f423c164.tar.xz rysk-ec0ad93b7a6e225671f2f7965ec686f7f423c164.zip | |
feat: Product name
| -rw-r--r-- | index.html | 4 | ||||
| -rw-r--r-- | js/analysis.js | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -15,7 +15,7 @@ href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet" /> - <title>Facial Analysis</title> + <title>Rysk: Facial Analysis</title> <style> *, *::before, @@ -528,7 +528,7 @@ <main class="main-content"> <header class="header"> - <h1>Facial Analysis</h1> + <h1>Rysk: Facial Analysis</h1> <p>Upload an image or paste a URL to analyse facial features</p> </header> diff --git a/js/analysis.js b/js/analysis.js index b19dcd5..db6f018 100644 --- a/js/analysis.js +++ b/js/analysis.js @@ -1100,7 +1100,7 @@ function draw(ctx, color, points) { canvasHeight: canvas.height, fontBase: canvas.width * 0.6, fontSize: 20, - text: "www.incel.solutions (powered by $INCEL COIN)", + text: "Rysk: Facial Analysis", }; var ratio = watermarkCache.fontSize / watermarkCache.fontBase; |