Skip to content

Commit d93fa74

Browse files
authored
Update index.html
Added missing target in markup
1 parent 3c72d2e commit d93fa74

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,7 @@
400400
"name":"Surface area of a cone",
401401
"description": "The exact surface area of a cone based on its radius and height.",
402402
"disambiguatingDescription": "Based on the real height.",
403+
"target": "https://basic-geometry.github.io",
403404
"mathExpression-input": "required cone_radius=5_height=3_Area=?",
404405
"mathExpression-output": "Area = 3.2 * radius * (radius + sqrt(radius^2 +height^2))",
405406
"about": "The bottom of a cone is a circle. The rest of its surface can be calculated as a circle slice.",

0 commit comments

Comments
 (0)