From 9fa91da90eb9f780e370687fcb9a42c5c87edc5e Mon Sep 17 00:00:00 2001 From: Dayowe Date: Sun, 8 Jun 2025 21:27:49 +0200 Subject: [PATCH] Add index.html --- index.html | 188 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 188 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..ed322d5 --- /dev/null +++ b/index.html @@ -0,0 +1,188 @@ + + + + + + Dog Calorie Calculator + + + + +
+
+
+

Dog's Characteristics

+
+ Metric + + Imperial +
+
+ +
+ + +
+ +
+ + +
Please enter a valid weight (minimum 0.1 kg)
+
+ + +
+ +
+
+

How much should I feed?

+
+
+
+
+ + +
Please enter a valid energy content (minimum 1 kcal/100g)
+
+ + + +
+ + +
Please enter a valid number of days (minimum 1)
+
+ +
+
+ + +
+
+ + +
+
+
+
+
+ +
+ + +
+ + +
+ + +
+
+ × +

Share Calculator

+
+ + + + + +
+
+ +
+
+
+ + +
+
+ × +

Embed Calculator

+ +
+
+

JavaScript Widget (Recommended)

+

SEO-friendly, responsive, integrates with your site's design

+
+
<script src="https://yourdomain.com/dog-calculator-widget.js"></script>
+<div id="dog-calorie-calculator"></div>
+ +
+
+ +
+

iframe Embed (Brand Protected)

+

Complete style isolation, your branding stays intact

+
+
<iframe src="https://yourdomain.com/iframe.html" 
+        width="100%" height="600" 
+        frameborder="0" 
+        title="Dog Calorie Calculator">
+</iframe>
+ +
+
+
+
+
+ + + + \ No newline at end of file