diff options
| -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; |