summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html4
-rw-r--r--js/analysis.js2
2 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html
index 27d817f..511afc3 100644
--- a/index.html
+++ b/index.html
@@ -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;