From d55735a129fd6aeee41cfe24226386fba02f6192 Mon Sep 17 00:00:00 2001 From: ggorlen Date: Wed, 1 Jun 2022 14:06:34 -0700 Subject: [PATCH] Remove illegal end tag and fix warnings - Removed as it's not a valid tag ("Error: Stray end tag input") - Fixed "Warning: Consider adding a lang attribute to the html start tag to declare the language of this document." - Fixed "Warning: The type attribute for the style element is not needed and should be omitted." --- examples/calculator/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/calculator/index.html b/examples/calculator/index.html index 115035fe..aa88e672 100644 --- a/examples/calculator/index.html +++ b/examples/calculator/index.html @@ -1,10 +1,10 @@ - + Calculator! -